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 #247

Open
veeara282 opened this issue Jun 11, 2020 · 1 comment · May be fixed by #523
Open

Add password strength meter #247

veeara282 opened this issue Jun 11, 2020 · 1 comment · May be fixed by #523
Assignees
Labels
blocked-by-ui-design issues that are blocked, awaiting ui design spec security security stuffs
Milestone

Comments

@veeara282
Copy link
Contributor

When the user is setting their password, we should give them an estimate of the strength of the password, operationalized as the number of guesses needed to crack the password. We can use a standard password strength meter like zxcvbn, which is included in this React component.

Follow-up to #214.

For reference, I really like Slack's password strength meter:
Slack's password strength meter

@veeara282 veeara282 added the blocked-by-ui-design issues that are blocked, awaiting ui design spec label Jun 11, 2020
@veeara282 veeara282 added this to the Post V3 milestone Jun 11, 2020
@jcolla-holla jcolla-holla added the security security stuffs label Jul 24, 2020
@whaber
Copy link
Contributor

whaber commented Aug 17, 2020

👍

@veeara282 veeara282 self-assigned this Aug 18, 2020
@veeara282 veeara282 linked a pull request Aug 18, 2020 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-by-ui-design issues that are blocked, awaiting ui design spec security security stuffs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants