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

Wrong Password and Account number

jasonmito

New Member
Joined
Aug 11, 2017
Messages
2
Reaction score
0
Hello, i'm using the forgotten server 1.2

in config.lua no have option for sha1 or plain

only have this
-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "forgottenserver"
mysqlPass = ""
mysqlDatabase = "forgottenserver"
mysqlPort = 3306
mysqlSock = ""

When i create a new character with website, i saw in my db a sha1 password. but i can't connect on my server, how can i fix it?
 
Solution
TFS 1.x by defaults uses SHA1, same with the AACs for 1.x.
A tip would be to see if there is a problem with your AAC.
Encrypt a password ex here; SHA1 online
Then enter that into your database and try to login.

But if you don't have migrations are you sure it's 1.2?
Not sure about OTX but since it's a huge mess you might be using it :p
If you're using tfs 1.2 you should have a migrations folder inside data, if it's for sure not in there just download a new tfs 1.2.
 
TFS 1.x by defaults uses SHA1, same with the AACs for 1.x.
A tip would be to see if there is a problem with your AAC.
Encrypt a password ex here; SHA1 online
Then enter that into your database and try to login.

But if you don't have migrations are you sure it's 1.2?
Not sure about OTX but since it's a huge mess you might be using it :p
 
Solution

Similar threads

Replies
1
Views
649
Back
Top