-
Notifications
You must be signed in to change notification settings - Fork 60
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 back password strength meter #528
Comments
This comment was marked as resolved.
This comment was marked as resolved.
I did some reading on password strength meters. Seems that the general consensus is that they're all nonsense. However, because Psychology™️ people come up with stronger passwords when they see a meter, no matter what it says. |
Ah that's very interesting. Knowing that, I think I'd lean more strongly toward the simpler pattern-based approach. |
Citation needed: this NDSS2014 paper analyzes password meters out in nature and shows how different they are. This 2020 paper finds the same (they make some recommendations but I don't know how practical they are); this CHI paper from 2013 found that people improved password strength when presented by meters if they thought the site was important. |
This comment was marked as resolved.
This comment was marked as resolved.
We ended up removing the password strength meter in a separate PR, #586. v1.5 won't ship with a password strength meter, but we want to add one back in v1.6. |
Notes for the QA team:
|
Tested with success! |
Tested with success! |
In #526, the password strength meter is removed because the package we use doesn't support Vue 3 (apertureless/vue-password-strength-meter#54).
v1.4 won't ship with a password strength meter, but I think we will add one back in v1.5.When we add it back, we'll have to decide what kind of password strength meter to use. I think we have two main options:
The text was updated successfully, but these errors were encountered: