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

Me: Password validation UI update #404

Closed
v18 opened this issue Nov 21, 2015 · 1 comment
Closed

Me: Password validation UI update #404

v18 opened this issue Nov 21, 2015 · 1 comment
Labels
[Feature] User & Account Settings (/me) Settings and tools for managing your WordPress.com user account. [Status] Stale [Type] Enhancement

Comments

@v18
Copy link
Contributor

v18 commented Nov 21, 2015

The current password validation works by calculating the entropy bits for a given string.

If the password has enough entropy bits, the password is fine. If the password fails the entropy test, we then run the password through some regex tests to provide suggestions. Sometimes these suggestions don't seem very helpful though.

Consider this example. I type in Orangina123! and am given this:

screen shot 2

Cool, so I just add another letter or number maybe?

screen shot 3

One more?

screen shot 4

Maybe one more letter or number?

screen shot 5

One more?

screen shot 6

The issue here is that the user doesn't quite know what's acceptable or not, and how far until they get there. Since we're basing the password validation on entropy being above a certain number, what if we gave the user a progress bar that became filled up as the user approached an acceptable entropy?

@v18 v18 added [Type] Enhancement [Feature] User & Account Settings (/me) Settings and tools for managing your WordPress.com user account. labels Nov 21, 2015
@stale
Copy link

stale bot commented Jan 12, 2018

This issue has been marked as stale because it hasn't been updated in a while. It will be closed in a week. If you would like it to remain open, can you please comment below and see what you can do to get things moving with this issue? Thanks! 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] User & Account Settings (/me) Settings and tools for managing your WordPress.com user account. [Status] Stale [Type] Enhancement
Projects
None yet
Development

No branches or pull requests

1 participant