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

Change plain to sh1

stanczyk

Scripter
Joined
Nov 24, 2009
Messages
293
Reaction score
2
How do I change the form passes all the SH1 because I already a lot of accounts in order to do this manually and the engines are now all on SH1.


Rep for HELP
+++++
 
I'm not sure if I understand you correct:
Code:
UPDATE `accounts` SET `password` = SHA1(`password`);
 
when you change it in config.lua serv will hash all passwords on next startup, but if serv "thinks" that passwords are already in sha1 but they are plain use Chojraks query
 
Back
Top