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

Encrypted Passwords by TFSCMS beta 2!

Peroxide

Global Moderator
Staff member
Global Moderator
Joined
Aug 22, 2008
Messages
10,489
Reaction score
2,449
Location
New Zealand
Please help fix this problem!


Ok. Lets get started


The OT's account manager is run through the website (Website acc)
Creating accounts works but when you try to log into the game you get "Wrong password or account"

This is because the passwords are being Encrypted



"accounts with encrypted passwords work in the tfscms. But not in the ot"

So if anyone knows how to fix this problem. Please message Archez!
 
I dont know if it's a problem...

I guess TFSCMS normally encrypt password for security, but the problem is that when I try to login, the password is "23h4y23gfi4lu23kgilutf423f", and if I change that password to Ex: "lol", and then I enter that password at Tibia, it works...

I'm using TFS 0.2, not an edited version.
 
I already told you how to fix it :S...

If you want a plain-text passwords go to TFSCMS/includes/config.php and edit this line:
Code:
	//available: plain, md5, sha1
	$config['passwordType'] = 'sha1';
sha1 -> plain
 
Back
Top