Jump to content

Password changed direct in DB not valid


Recommended Posts

Posted

Hello,

I have i little programme to change password form outside the game.

I code new password direct in Database (base realm / table account / column sha_pass_hash) using command (like says in doc)

SELECT SHA1(CONCAT(UPPER(`username`), ':', UPPER(<pass>)));

But it does not work. I can't login.

Changing with command (inside game) .account old_pw new pass_pw new_pw is Ok

Can you tell me whats wrong ?

Do i need to restart or resync something else ?

Perhaps a knows bug ?

Anything else ?

Thanks by advance

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use