Opened 10 years ago
Closed 10 years ago
#39260 closed feature request (duplicate)
Password strength improvement
| Reported by: | ravinderk | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | javascript |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

Welcome back to Trac @ravinderk
We actually use Dropbox's zxcvbn library for the password strength meter, it does seems strange that
demo demo demois marked as strong though!