From The Mana World
LunaticEdit (talk | contribs) (Created page with "{{packet |nicename=Change Password Request |id=0x0061 |mode={{{mode}}} |length=50 |define= CMSG_CHAR_PASSWORD_CHANGE |sent= |parsed= |fields= {{packet field | 0 | 2 | Packet ID...") |
m (Update packet links.) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 4: | Line 4: | ||
|mode={{{mode}}} | |mode={{{mode}}} | ||
|length=50 | |length=50 | ||
|alignment=green | |||
|define= CMSG_CHAR_PASSWORD_CHANGE | |define= CMSG_CHAR_PASSWORD_CHANGE | ||
|sent= | |sent={{mana location|src/net/tmwa/loginhandler.cpp|262}} | ||
|parsed= | |parsed={{tmwa location|src/char/char.cpp|2436}} | ||
|fields= | |fields= | ||
{{packet field | 0 | 2 | Packet ID }} | {{packet field | 0 | 2 | Packet ID }} | ||
Line 16: | Line 17: | ||
===Internals=== | ===Internals=== | ||
The client will initiate a password change request with a [[Net:0x0061|Change Password Request]] sent to the character server. The request is passed to and processed by the login server with a [[Net:0x2740|Change Password Request (Internal)]]. The login server sends a [[Net:0x2741|Change Password Response (Internal)]] to the character server which passes the information to the client via a [[Net:0x0062|Change Password Response]]. | |||
}} | }} |
Latest revision as of 23:52, 1 July 2013
Change Password Request
Packet ID: | 0x0061 |
---|---|
Packet Length: | 50 |
Client Defined: | CMSG_CHAR_PASSWORD_CHANGE |
Sent Location(s): | src/net/tmwa/loginhandler.cpp:262 |
Parsed Location(s): | src/char/char.cpp |
Fields
Offset | Length | Contents |
---|---|---|
0 | 2 | Packet ID |
2 | 24 | Old Password |
26 | 24 | New Password |
Description
Sent by a client to the character server to request a password change.
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.