• 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 encryption problem

Sebaso

New Member
Joined
Jun 28, 2009
Messages
40
Reaction score
0
Location
Poland
Hi.. I've got a big problem with encryption in modern aac
in config.lua I have:
Code:
encryptiontype = "sha1"

But in game .. Invalid password : ( Please help
 
Encrypt database passwords.
SQL:
UPDATE `accounts` SET `password` = sha1(`password`);

Note: this action can't be undone.
 
Back
Top