ChangePassword

Change the logged-in User's Password. Both old and new passwords should be provided in unencrypted text. The Server will take care of the one way encryption and authentication of the change request.

Metadata

  • Message Type: TransactionMessage
  • Message Number: 8003

Inherited fields

NameTypeSize (bytes)Description
MessageTypeInteger (unsigned)2The unique identifier of this message.
ClientIdInteger (unsigned)4The unique identifier of a session with the server, returned in a successful LoginReply message.
RequestIdInteger (unsigned)4Within each session each message must be uniquely identified by this field. It must be monotonically increasing for the duration of the session.

Fields

NameTypeSize (bytes)Description
UserIdString200The string identifier of this User which is used to log in to the system.
OldPasswordString128
NewPasswordString128