• 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 login my server

Hrsha

Member
Joined
May 30, 2010
Messages
450
Reaction score
21
Location
Egypt
after compiled TFS 0.4 i could not connect to my server
as admin or by account manager i dont know where is the problem
it always says invalid password
although i check my account database i found 2 accounts only
- account manager 1/1
- my account

none login always "invalid password"
 
If you ar eusing encryptionType = "sha1", you must run the server in MYSQL,
if your using encryptionType = "plain" you must run it with sqlite
to know what are you using, just open the server and check this line:
PHP:
starting SQL connection
<-- it says your using sql,
if there says sqlite so CHANGE IT
 
Back
Top