• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Cant login on server with sha1

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.
Code:
UPDATE  `thaforgottenserver`.`accounts` SET  `password` = SHA1(  'hej' ) WHERE  `accounts`.`id` =9796806;

Please help.
 
Enter phpmyadmin and set password: c412b37f8c0484e6db8bce177ae88c5443b26e92
Then you can login with "hej".

SHA1 - Online generator sha1 hash

Make sure config.lua is using sha1.

Or after making sha1 in config.lua create a new account. It should work by default.
 
When you change from plain to sha1 the server normally automatically updates the passwords.
 
Also, it may take a restart or even >two< for the server to recognize the change in the config file, atleast from my experience.
 
Back
Top