• 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 encryptionType = "plain"

Natan Beckman

Well-Known Member
Joined
Aug 1, 2010
Messages
548
Reaction score
54
Location
Teresina-PI/Br
Hi before I wore my config.lua this:
encryptionType = "plain"
I changed to:
encryptionType = "sha1"
Now not of to create the account on the site.
When I boot in:
encryptionType = "plain"
The player can not enter the server.
Help.

Rep+++
 
Hi before I wore my config.lua this:
encryptionType = "plain"
I changed to:
encryptionType = "sha1"
Now not of to create the account on the site.
When I boot in:
encryptionType = "plain"
The player can not enter the server.
Help.

Rep+++

Change encryption type in config for aac page and it should be fixed by itself.
once changed to sha1, can't be changed to plain, passwords will still remain sha1-type
use sha1

SQL:
UPDATE accounts SET password=SHA1(password) WHERE id = 1;
what is that lol'd :p
 
It worked to create the account and enter the account.
More to create a character that appears:
The Following Errors Have Occurred:
# Wrong characters configuration. Try again or contact with admin. ADMIN: Edit file config/config.php and set valid characters to copy names. Character to copySorcerer Sample doesn't exist.
 
or change from plain to sha1 or update them, next go to the www/config-and-functions.php || htdocs/config-and-functions.php and find (passwordType="plain") and change it for (encryptionType="sha1") and i think will working hehe
 

Similar threads

Back
Top