core/authentication/password.service.ts
Methods |
constructor(modalService: BsModalService)
|
||||||
|
Parameters :
|
| confirmPassword |
confirmPassword()
|
|
Returns :
any
|
| getDefaultPasswordMinLength |
getDefaultPasswordMinLength()
|
|
Returns :
number
|
| 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
|