|
ISecurityProviderChangePassword Method
|
Changes user password in the backend data store.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax function ChangePassword(oldPassword, newPassword);
View SourceParameters
- oldPassword String
- User's current password.
- newPassword String
- User's new password.
Return Value
Booleantrue if the password is changed, otherwise false.
See Also