|
Message ID: |
0x31 |
Message Name: |
SID_CHANGEPASSWORD
|
Direction: |
Client -> Server (Sent) |
Used By: |
Starcraft Shareware, Starcraft Japanese, Starcraft, Starcraft Broodwar, Diablo Shareware, Diablo I, Diablo II, Diablo II LOD, Warcraft II |
Format: Help
Hint: Field names highlighted in blue will display a definition if you hover over the text. |
(DWORD) Client Token
(DWORD) Server Token
(DWORD[5]) Old password hash
(DWORD[5]) New password hash
(STRING) Account name |
Remarks: |
Changes Battle.net account password. This message must be sent before sending SID_ENTERCHAT.
Passwords should be converted to lower case before hashing. |
Related Links: |
[C>0x0A] SID_ENTERCHAT, [S>0x31] SID_CHANGEPASSWORD
|
|
Printable Version
|
User Comments:
Posted by MysT_DooM on 19/08/06 09:30 |
Old Password is Double Hashed
New Password is Single Hashed
|
#338 |
Posted by LoRd[nK] on 22/05/04 11:15 |
If you fail to send the Client Token and/or the Server Token, Battle.net won't be able to compare the password hash you sent with the password hash that they have on file.
|
#172 |
Posted by hismajesty on 08/05/04 02:36 |
Unless I'm mistaken, the client token isn't sent and server token is sent with the old password. This wasn't working for me but when I didn't try to send the client token it worked.
|
#170 |
|
|
|