AccountService.changePassword Method
Changes the password for the local user account associated with the current session.
Parameters
- oldPassword
-
Type: String
The old password.
- newPassword
-
Type: String
The new password.
Return Value
Type: jQuery.Promise
Value: dundas.OperationResult
A promise object that is resolved when the call is complete.
If successful, a dundas.OperationResult is returned.