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

AAC Sha1 myaac Problem

almirtibiaalmir

New Member
Joined
Jan 9, 2010
Messages
48
Reaction score
3
Hello everyone,

I have a Problem with myaac. If i create an Account the Password are plain text in phpadmin, so cant login in the Server, then if i generate the password manually with sha1 i can Login the Server But Not anymore on the Website. What can be the Problem here?

Tfs Version - 1.5
 
Hello everyone,

I have a Problem with myaac. If i create an Account the Password are plain text in phpadmin, so cant login in the Server, then if i generate the password manually with sha1 i can Login the Server But Not anymore on the Website. What can be the Problem here?

Tfs Version - 1.5

Add this to config.local.php:
PHP:
 $config['database_encryption'] = 'sha1';
 
It is there But its solved now, i Has add the mysql data in config.php befor i installt myaac. so it didnt connect with the config.lua.

So i create new database and let in config.php the mysql data blank so it connect with config.Lua and it works now :)
 
It is there But its solved now, i Has add the mysql data in config.php befor i installt myaac. so it didnt connect with the config.lua.

So i create new database and let in config.php the mysql data blank so it connect with config.Lua and it works now :)

Well, that is another solution. Cool that it worked 💪
 
Back
Top