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

Lua Problem With Account Manager(SITE+INGAME)

TibiaGameHost

Hello!
Joined
Feb 25, 2009
Messages
255
Reaction score
0
Location
Canadá
My site (Modern Aac), support account passwords sha1, and I also use account manager, however, the account manager creates characters with plain passwords, as I have to change the account manager to create as sha1?
The problem is: People who create the account manager can not log into the site.​
 
Stores now operates in the same database (I use MySQL Phpmyadmin), only the accounts created on account manager passwords are plain and do not login to the site (modern aac), which supports sha1.
 
Have you engine sources? If you have search and you find. Standard, it's standard, which accmanager make passwords as plain, for what you need to use accmanager? It has a lot of holes. ;/
 
are you working with
LUA:
encryptionType = "sha1"
in config.lua??
if its plaintext change it to sha1

was already sha1, and do not know why the site does not enter the modern aac account.
create account if the site enters the site, creating the account manager does not.
sorry my bad inglish.

- - - Updated - - -

I checked here, when you create account, the account manager sha1 is different from the modern acc sha1 ! How to solve? O.o

- - - Updated - - -

Help-me ;s

- - - Updated - - -

BUMP
 
The problem is that when you use the account manager the server generates account salts, try disabling it in config my I know with my distro it still generates salts even with it disabled my only was was to create a script that changed the password in game to a sha1 non salt password in order for players to use the website
 
Back
Top