Valhalla Legends Forums Archive | BnetDocs Research and Discussion |  Request for Information: SID_AUTH_ACCOUNTCHANGEPROOF (0x56)

AuthorMessageTime
Arta
Both the request and reply are undocumented.
July 6, 2005, 2:13 PM
shadypalm88
Client -> Server:
[code](BYTE[20])  Client Password Proof (for old password)
(BYTE[32])  Salt (for new password)
(BYTE[32])  Verifier (for new password)[/code]

Server -> Client:
[code](DWORD)     Result
(BYTE[32])  Server Password Proof ("M[2]") (for old password)

Possible result codes:
    0x00:   Password changed.
    0x02:   Incorrect old password.[/code]
July 6, 2005, 3:52 PM
Arta
Does the client echo that data back in the response or is that a mistake? The draft format that's present already does not contain M1, s, or v for the server->client message.
July 7, 2005, 1:05 AM
Myndfyr
It's a mistake.  The information currently available is correct.
July 7, 2005, 1:13 AM
Arta
Thanks. This has been published now.
July 7, 2005, 1:13 AM

Search