Skip to content
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

Add password strength meter #3

Open
martbock opened this issue Jul 29, 2018 · 0 comments
Open

Add password strength meter #3

martbock opened this issue Jul 29, 2018 · 0 comments
Labels
feature New feature or request

Comments

@martbock
Copy link
Member

I think a password strength meter would be useful on password input fields.
Of course, it should be Opt-Out, so a .env variable should exist that enables/disables the meter from displaying.

Actually metering password strength is difficult (black magic), but I think dropbox/zxcvbn might be a good library to use.

Look and feel: I imagine a slim colored line at the bottom of the password input that suggests if the password is good or not (red, orange, green). Maybe the line should grow from left to right with increasing password strength - that's something I need to see first before I know if it's stupid or not.

@martbock martbock added the feature New feature or request label Jul 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant