-
Notifications
You must be signed in to change notification settings - Fork 81
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
Implement password strength indicator #967
Comments
Backlog id #36.02. |
Hi @clash99. As a suggestion, as we've already the password validation criteria (issue #735), maybe it'd not be easier to have a all/none password strength indicator (green ok, red not ok) maybe? (thanks btw to @oliverroick for the idea!). |
Can we implement one of the existing open source Django password strength meter widgets/plugins? There are several versions available, and should be a simple setup. |
Sounds like a good plan to use something already available. I see some also include show password options. Any recommended ones @amplifi? I can look around next week to see which might work best. |
Hi @Divya063, for this issue we need to do some additional design work to work out what kind of indicator we actually need/want. Unfortunately, we don't have much time at the moment to do the necessary preliminary work or provide support for this issue as this is currently not one of our higher priorities. We're sorry about that, we appreciate the work you have already put in. |
@oliverroick it's okay |
Thank you! |
Related to #735, add an interactive password strength indicator. Ideally we would have some metrics in place to make sure this enhances the experiences instead of deterring registrations.
The text was updated successfully, but these errors were encountered: