-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Increasing devise's default password length #5591
Comments
Great call @angelamchoi! @carlosantoniodasilva and Devise team can I open a PR adding some config which essentially does this?
|
@kykyi I was just about to build this myself but would love to have an easy way for other users to do the same thing (ex: Please feel free to put me on the PR so I can take a look 😄 also just nudging this for attention! |
linking to "How To: Set up simple password complexity requirements" for others like me that might want to tackle this soon |
@jeffreygray I'll open a PR and tag you in it ✅ |
Hey @jeffreygray see above 😄 🙏 |
Hi @carlosantoniodasilva and Devise team!
Currently, Devise's minimum password length is 6 characters long without any strict requirements on uppercase and lowercase, letters and symbols. For example, 123456, would be an acceptable password. I wanted to know if Devise would consider increasing the default password length to 10-12 min. characters long with stronger password requirements such as adding uppercase, lowercase, letters, and/or symbols to ensure all users have a secure password. I have attached an image for more information. I would love to work on this issue.
Please let me know if you have any questions.
Thank you.
The text was updated successfully, but these errors were encountered: