Password Complexity Indicator #14690
Resolves #14371
Description
This PR is adding a password complexity indicator to password fields (except login)
There are 5 default tests;
- Default min length 6
- Default isContain number
- Default isContainLowercase
- Default isContainUppercase
- Default isContainSpecialCharacter
Form Label
Floating Label
Checklist
- I worked with the design team to get their idea for UI/UX design
- I've assigned reviewer and related labels for this PR
How to test it?
go into
- http://localhost:4200/account/register
- http://localhost:4200/account/change-password
- http://localhost:4200/account/reset-password
- login -> my account -> change password section