Message: PasswordChange

File: WebAPI/user_session_2.proto

Description

Message to change user’s password.

Prerequisites: client must be logged in or receive LogonResult.result_code = RESULT_CODE_PASSWORD_EXPIRED.

Response: PasswordChangeResult.

Used in

ClientMsg

Fields

old_password

Type: string

Description: Currently used password.

new_password

Type: string

Description: New password that user wants to use.