covidwatchorg / portal

Covid Watch Portal web app for diagnosis verification
Apache License 2.0
8 stars 3 forks source link

Add password strength meter #247

Open veeara282 opened 4 years ago

veeara282 commented 4 years ago

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

whaber commented 4 years ago

👍