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:
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: