core/authentication/password.service.ts
Methods |
constructor(modalService: BsModalService)
|
||||||
|
Parameters :
|
| confirmPassword |
confirmPassword()
|
|
Returns :
Observable<boolean>
|
| currentPassword |
currentPassword()
|
|
Returns an observable with the password provided by user:
Returns :
Observable<string | null>
|
| 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
|