Willeee
New Member
- Joined
- Jan 13, 2011
- Messages
- 42
- Reaction score
- 1
I can only log in with plain at my server.
I did this when i changed from plain to sha1 in config. And still i cant log on the server with the password "hej" it stays invalid password.
Please help.
I did this when i changed from plain to sha1 in config. And still i cant log on the server with the password "hej" it stays invalid password.
Code:
UPDATE `thaforgottenserver`.`accounts` SET `password` = SHA1( 'hej' ) WHERE `accounts`.`id` =9796806;
Please help.