EvEmu-Project / evemu_Crucible

Emulator for EvE Online's Crucible expansion
https://evemu.dev
174 stars 68 forks source link

Client Login prompt The password you entered is incorrect. #284

Closed code-subscription closed 5 months ago

code-subscription commented 11 months ago

I crate account use :INSERT INTO account (accountID, accountName, role, password, online, banned) VALUES(NULL, 'admin', 5003499186008621056, 'admin', 0, 0); then the client login prompt:password incorect how to create a account to login ? help

ZyenDomani commented 11 months ago

the passwords in the database are supposed to be encrypted. plain passwords are not supported (or they werent) i dont know if it was removed, but you should be able to create an account just by logging into the game. (autoaccount)

edit also, i cannot add tags, update, nor close tickets.....so that's new. anyway, this is a non-issue. cheers allan

oowow-core commented 5 months ago

1st login, it will create username password 2nd login, use password in #1

jdhirst commented 5 months ago

Closing as solved.