You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
andrewandante
changed the title
Show _all_ password criteria when changing a password to a not-strong-enough value
Show all failed password criteria when changing a password to a not-strong-enough value
Mar 31, 2022
Affected Version
4.10
Description
I've just added a robust password policy to my site (yay me). When I attempt to set my password to "test" I am warned that:
Please increase password strength by adding some of the following characters: uppercase, digits, punctuation
which is fine, but then when I do I get:
Password is too short, it must be 10 or more characters long
which is super annoying. It would be much better to flag all the password failures at once, please.
Steps to Reproduce
Add the following password requirements via yaml:
Then attempt to set a password of "test", followed by a password of "Test1!"
PR
The text was updated successfully, but these errors were encountered: