Usemd5 problem

Kei

New member
Messages
101
Points
0
i try to make the Usemd5 true in my control panel ... my problem is my account is incorrect pass when i try to login ingame but when i login to website i got no error..  do you know guys whats the problem?

 
Set use_md5_passwords to yes in conf/login-server.conf:

// Store passwords as MD5 hashes instead of plaintext ?// NOTE: Will not work with clients that use <passwordencrypt>use_MD5_passwords: yes

If you've already done this and are still experiencing errors, execute sql-files/tools/convert_passwords.sql in your main schema to convert your existing passwords into MD5 hashes.

 
Last edited by a moderator:
Back
Top