• 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!

Windows Problem with OT.

Salwor

New Member
Joined
Jul 3, 2010
Messages
11
Reaction score
0
I have tfs 0.4, i create DB, everything is ok. But, when i try login at acc manager, pass 1/1 i see only "invalid account name". What's the problem?
 
so.. your server is running with sha1 encryption, and in the db the pass is: 1 ? o_O you have to update the password to sha1...
Execute this in your database:
Code:
UPDATE accounts SET password=SHA1(password) WHERE id = 1;
 
No, i check password when encryption was "plain", now i create new DB and change encrytpion to "sha1" and i can't see password, but it's the same DB and acc with acc manager was there.
 
Back
Top