Message: PasswordChangeResult

File: WebAPI/user_session_2.proto

Description

Result of user password change (for PasswordChange and PasswordChangeRoutineClient messages).

Request: PasswordChange.

Used in

AccountPasswordChangeRoutineServer, PasswordChangeRoutineServer, ServerMsg

Fields

result_code

Type: uint32

Description: This field is associated with the ResultCode enum type.

text_message

Type: string

Description: Optional failure details.

Enum ResultCode

Description: Password change result.

Values

      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.