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

@MODERNACC@ Login Problem

Rainerr

Mapper n scri
Joined
Apr 2, 2009
Messages
237
Reaction score
1
Hello, i made a Server with ModernAcc - The newest one wats out atm. -

Installed All Stuff - Mysql etc - all done and i try to login with my account but it says wrong account name or password.

So, ima login with my samples wat is 1/1 and i can login normaly - (Changing Samples passwords to 1/2 from mysql and can login tho)

But if i want to login with my own made account it says wrong password / Username.-

Any1 know wheres the problem?
 
I think the problem might be, that your account page is making "sha1" passwords, but your config is set to "plain".
-- encryptionType can be plain, md5, sha1, sha256, sha512 or vahash.
sqlType = "sqlite"
sqlHost = "127.0.0.1"
sqlPort = 3306
sqlUser = "root"
sqlPass = ""
sqlDatabase = ""
sqlFile = "schemas/sqlite.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain" <- Change to -> sha1
 
Back
Top