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

Windows Modern AAC

Zerak

http://otstatus.com/
Joined
Oct 4, 2009
Messages
1,126
Reaction score
48
Location
Sweden
Hello, i got this problem.
When i register and i choose my password.
then when i want to log in it doesnt works. it says , password wrong.

and when i look in Database it is like "erefiheurhie43432hi4fidfjsidfu"
how to fix when u register the password is "password" ?
 
Hello, i got this problem.
When i register and i choose my password.
then when i want to log in it doesnt works. it says , password wrong.

and when i look in Database it is like "erefiheurhie43432hi4fidfjsidfu"
how to fix when u register the password is "password" ?

It was on this forum many many times. Use search function next time.

It's called SHA1 encryption.
 
If u create the password on ModernACC
and TURN ON your server with plain text..
U will get a BUG..and u password will be the SHA code, but in plain text..
U need..

Create ur acc, and, put in config.lua SHA1 encryption, and aaafter turn on your server

if u got this password bug, search in google about PLAIN TO SHA1 ..
u will find some conversors

goodluck
 
config.lua
Code:
	passwordType = ""
change it to
Code:
	passwordType = "sha1"
then create a NEW account and try to log in
 
Hello, i got this problem.
When i register and i choose my password.
then when i want to log in it doesnt works. it says , password wrong.

and when i look in Database it is like "erefiheurhie43432hi4fidfjsidfu"
how to fix when u register the password is "password" ?


Youre password is: 456456
 
Back
Top