File: WebAPI/user_session_2.proto
Result of user password change (for PasswordChange and PasswordChangeRoutineClient messages).
Request: PasswordChange.
AccountPasswordChangeRoutineServer, PasswordChangeRoutineServer, ServerMsg
Type: uint32
Description: This field is associated with the ResultCode enum type.
Type: string
Description: Optional failure details.
Description: Password change result.
•RESULT_CODE_SUCCESS = 0
User password is changed successfully.
•RESULT_CODE_FAILURE = 101
Incorrect user name or password.
•RESULT_CODE_ROUTINE_ERROR = 102
The negotiation rules for PasswordChangeRoutineClient have been violated, e.g., user has specified several fields at once in one message.