core/authentication/password-strength-checker.service.ts
Methods |
| getStrengthColor | ||||||
getStrengthColor(password: string)
|
||||||
|
Parameters :
Returns :
PasswordStrengthColor
|
| hasLowerCase | ||||||
hasLowerCase(password: string)
|
||||||
|
Parameters :
Returns :
boolean
|
| hasNumbers | ||||||
hasNumbers(password: string)
|
||||||
|
Parameters :
Returns :
boolean
|
| hasSpecialChars | ||||||
hasSpecialChars(password: string)
|
||||||
|
Parameters :
Returns :
boolean
|
| hasUpperCase | ||||||
hasUpperCase(password: string)
|
||||||
|
Parameters :
Returns :
boolean
|