Opened 6 years ago
Last modified 6 years ago
#44333 new defect (bug)
Password hint label needs to be re-worded and needs to have a minimum password length check
Reported by: | subrataemfluence | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | major | Version: | |
Component: | Login and Registration | Keywords: | needs-patch dev-feedback |
Focuses: | administration | Cc: |
Description
When resetting password, the help text under password box says:
Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).
Although it says should be at least twelve characters long, I am able to use only one character!
- The above help text needs to be re-worded with some like:
Hint: The recommended length of the password should be at least twelve characters and must have at least X characters. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).
X
can be a number say 6, 8 etc.
- I believe there needs to be a minimum length check.
Change History (4)
Note: See
TracTickets for help on using
tickets.
"should" does not equal "must".
The password functions are pluggable.