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

website problem cant acces to accounts

wafuboe

Active Member
Joined
Dec 24, 2010
Messages
884
Solutions
2
Reaction score
26
well before i instaled a website for my server i used acc manager in game
then i instaled the website but it appears a little problem..

accounts that were created with acc manager in game cant login in the website :S

any help?
 
I think you got passwords encrypted in plain in data base and your website is decrypting them in sha1, so you hve to change in website config sha1 to plain or encrypt the password one by one in sha1

@edit:
search in otland, because there a lot of post like this and better explained, i'm too tired to explain nothing sry
 
You need convert the passwords to sha1 using sha1() function in phpmyadmin. but this is bored because you need do it every moment when you have news accounts. #ShowMe, first make backup before do some change in all accounts of your server.
 
Last edited:
Back
Top