public override bool ChangePassword( string username, string oldPassword, string newPassword )
Parameters
- username
- The user to update the password for.
- oldPassword
- The current password for the specified user.
- newPassword
- The new password for the specified user.
Return Value
true if the password was updated successfully; otherwise, false.