From The Mana World
Revision as of 21:17, 1 July 2013 by Jaxad0127 (talk | contribs) (Jaxad0127 moved page Packet:0x2740 to Net:0x2740 without leaving a redirect)
Password Change Request (Internal)
Packet ID: | 0x2740 |
---|---|
Packet Length: | 54 |
Client Defined: | N/A |
Sent Location(s): | src/char/char.cpp |
Parsed Location(s): | src/login/login.cpp |
Fields
Offset | Length | Contents |
---|---|---|
0 | 2 | Packet ID |
2 | 4 | Account ID |
6 | 24 | Old Password |
30 | 24 | New Password |
Description
Sent from the character server to the login server immediately after a client sends Change Password Request. Upon completing the request; Login server shall respond to character server with Password Change Reply.
Internals
The client will initiate a password change request with a Change Password Request sent to the character server. The request is passed to and processed by the login server with a Change Password Request (Internal). The login server sends a Change Password Response (Internal) to the character server which passes the information to the client via a Change Password Response.