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
A promise object that is resolved when the call is complete.