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

Modern AAC server problem

rudger

Active Member
Joined
Oct 1, 2010
Messages
273
Solutions
1
Reaction score
45
Location
The Netherlands
Hi guys,

I can't seem to login to my server.
I get the error: "Invalid password".

The account was created on my Modern AAC website.

What I've done/checked:

1. I know for 100% sure the password and account number is right.
2 Used search.
3. Edited my config.lua to passwordType = "sha1"
4. I already reinstalled Xampp, the databases and Modern AAC. All without success.

note: In the beginning I could login with a created account on my website, after like 30 minutes not anymore.
note2: I am able to login with my account manager account.

Help please
 
Did you restart your server after you changed the encryption type to sha1? And, did you try to create a new account after that? Because if you're passwords were already encrypted, they would of have been encrypted once again.
 
Did you restart your server after you changed the encryption type to sha1? And, did you try to create a new account after that? Because if you're passwords were already encrypted, they would of have been encrypted once again.

Yes I did. I'm gonna try to get me a new ot serv, maybe that will work.
 
You shouldn't have to change. If you'd like I'll assist you through TeamViewer (a remote desktop software). Just send me your ID and password through a private message.
 
Ok I'll accept.

ps:

It's funny how created accounts in-game on account manager are able to login in-game, but not on the website.
And created accounts on the website are not able to login in-game.
If I take a look at the account table I see that accounts which were created in-game don't have encrypted passwords and accounts created through the website do have encrypted passwords.
 
Which tells us that the server fails to encrypt the passwords. Either you forgot to change the encryption, save the file or restart the server. I'll have a look through TV once you send me your account credentials.
 
Chris has solved the problem for me.

The problem was one single line in config.lua.

I thought that "passwordType = "sha1"" was enough, but you really need to add the line "encryptionType = "sha1"" too.

Thanks Chris!
 
Back
Top