Opened 8 years ago
Closed 8 years ago
#39260 closed feature request (duplicate)
Password strength improvement
Reported by: | ravinderk | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | javascript | Cc: |
Description
It seems WordPress currently measure password strength only on basis of password length. It can be stronger on basis of following credentials:
- Length ( nine will be ok)
- Uppercase case character ( one will be ok )
- Lowercase character
- Number
- A password should not be start and end with space.
- Special Character
Change History (3)
Note: See
TracTickets for help on using
tickets.
Welcome back to Trac @ravinderk
We actually use Dropbox's zxcvbn library for the password strength meter, it does seems strange that
demo demo demo
is marked as strong though!