You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:

The text was updated successfully, but these errors were encountered: