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

Config.lua

dchampag

Intermediate OT User
Joined
Jul 15, 2008
Messages
772
Reaction score
102
Location
USA
Hey guys it's been a while I been busy in life but I have some time and been trying to optimize things.

I have config set to not generate account salted passwords, yet it still does, making it so that players who create an account with the account manager not able to log into the website or forums.
 
In znote's aac, there is a config that you can disable/enable, maybe there is something similar? It looks like this:
Code:
$config['salt'] = false;
 
Not that I can see, but maybe someone that understands notes scripts would help me extract the code used for this so that I can add it to modern.
 
Back
Top