-
-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow min pass length to 5 during login #1330
Allow min pass length to 5 during login #1330
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I misunderstood the purpose of these changes. Please ignore my review.
ping @colinmollenhour |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
Any update ? :) |
Unit Test Results1 files 1 suites 0s ⏱️ Results for commit 1a7fbf2. |
Description (*)
Allow customer to login with a password of 5 characters. It will avoid to have some customers who cannot login because their current password is less than 7 characters.
Related Pull Requests
No related pull request found.
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
We can decrease the limit of 5 characters if necessary. I don't know the old minimum password length.
Contribution checklist (*)