From The Mana World
(fix sent)
m (Update packet links.)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{packet
{{packet
|nicename=Password Change Request
|nicename=Password Change Request (Internal)
|id=0x2740
|id=0x2740
|mode={{{mode}}}
|mode={{{mode}}}
|length=54
|length=54
|alignment=orange
|define=N/A
|define=N/A
|sent={{tmwa location|src/char/char.cpp}}
|sent={{tmwa location|src/char/char.cpp}}
Line 13: Line 14:
{{packet field |  30 |  24 | New Password }}
{{packet field |  30 |  24 | New Password }}
|description=
|description=
Sent from the character server to the login server immediately after a client sends [[Packet:0x0061|Change Password Request]]. Upon completing the request; Login server shall respond to character server with [[Packet:0x2741|Password Change Reply]].
Sent from the character server to the login server immediately after a client sends [[Net:0x0061|Change Password Request]]. Upon completing the request; Login server shall respond to character server with [[Net:0x2741|Password Change Reply]].
 
===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:54, 1 July 2013

< Back

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.