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
refactor(password-validation): Add some new password validators, optimize validation tests.
- Add LowercaseLatinLetterPasswordValidator to check for minimum number of lowercase letters
- Replace LatinLetterValidator with ASCIIOnlyPasswordValidator
- Optimize validation tests using parameterized ones and add some new ones
0 commit comments