Replies: 2 comments
-
I was matching the migrations from the Rodauth README, where the default value of that column is |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh, I see. That makes sense. Thanks for sharing! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that rodauth-rails defaults the login failure number to
1
:rodauth-rails/lib/generators/rodauth/migration/sequel/lockout.erb
Line 4 in 3566cfd
Rodauth documentation doesn't seem to specify what the default should be:
I also didn't find anything in Rodauth code that would indicate what the correct default value should be.
Is this intended? Shouldn't it default to
0
?Beta Was this translation helpful? Give feedback.
All reactions