• 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 MYAAC, password issues regarding encryption

tommy91

Member
Joined
Oct 27, 2010
Messages
265
Solutions
1
Reaction score
21
Location
Sweden
Hey! Ive got the latest myaac and i am using the latest Canary but ive got an issue with encryption. In my setting ive had it set as sha1 but when creating my account it uses plain. What can i do?

1724584584073.webp

Trying to log onto the server it shows like this,

1724584639643.webp
 
Solution
Try adding this into your config.local.php:

Code:
$config['database_encryption'] = 'sha1';

Do this solves your problem?
Try adding this into your config.local.php:

Code:
$config['database_encryption'] = 'sha1';

Do this solves your problem?
 
Solution

Similar threads

Back
Top