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

SHA1, problems

Forsaken13126

Scripter
Joined
Feb 4, 2010
Messages
224
Reaction score
3
Location
New York
Our server was running off of account manager in order to manage accounts and we then decided to switch to Modern AAC, the account manager was generating salted passwords, is there a way to revert the passwords in the database to the website format? or maybe a way to update the sha1 for modern? the account manager had salted passwords set to false but still made salted
 
I think that he want to say that he used account manager to create accounts, those passwords were stored as plain but now with modern aac passwords are read as sha1 and new accounts are created with passwords crypted in sha1, and he want to change the plain passwords to sha1, because people can't log in
 
No, the account manager made SHA1 accounts, but those accounts cannot log into the website still, and even though account salt is set to false, it still makes account salts
 
No, the account manager made SHA1 accounts, but those accounts cannot log into the website still, and even though account salt is set to false, it still makes account salts

so you mean you just didnt type SHA1($Passwordstring) ?
wouldnt it just work to fix it?
or does the website create plain passwords?
 
lol it is a server side problem

- - - Updated - - -

I just made a script that players can type command in game and it will change their password then they can log in site and change password
 
Back
Top