core/login/change-password.component.ts
OnInit
selector | c8y-change-password |
templateUrl | ./change-password.component.html |
Properties |
Methods |
|
Inputs |
Outputs |
constructor(loginService: LoginService, users: UserService, options: OptionsService, alert: AlertService)
|
|||||||||||||||
Parameters :
|
credentials |
Type : ICredentials
|
onChangeView |
Type : EventEmitter
|
Async changePassword |
changePassword()
|
Returns :
any
|
Async ngOnInit |
ngOnInit()
|
Returns :
any
|
emailReadOnly |
Default value : false
|
isLoading |
Default value : false
|
Public loginService |
Type : LoginService
|
model |
Type : object
|
Default value : {
tenantId: '',
email: '',
newPassword: '',
newPasswordConfirm: ''
}
|
passwordPattern |
Default value : /^[a-zA-Z0-9`~!@#$%^&*()_|+\-=?;:'",.<>{}[\]\\/]{8,32}$/
|
passwordStrengthEnforced |
Default value : false
|