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

Windows Phpmyadmin keeps creating passwords....

wrestler

New Member
Joined
May 20, 2013
Messages
15
Reaction score
0
Hello guys.. It won't let me change my title.. I have fixed the previous problems.. My last problem comes down to.. Even when I try to log into my OT Server.. It keeps saying please enter valid account or pass.. Whats up with this?


Another Error.. In PHPMYADMIN, when I create account on my website.. it shows my password as "4bb196dc33f06494f5fee5aac258cb1962ba5b84" in accounts. and it does this for any character I create.. Why?
 
Last edited:
shutdown your otserver and you need use encryption sha1 not plan so go to config.lua
search:
LUA:
encryptionType = "plain"
for
LUA:
encryptionType = "sha1"
and open again and works your accounts.
 
Please don't use plain passwords..

Change in config.lua so the AAC encryption and Server encryption is the same.
After that it will work and your players passwords will be safe
 
Back
Top