pvpgn / pvpgn-server

Next generation of PvPGN server
https://pvpgn.pro
GNU General Public License v2.0
541 stars 155 forks source link

cant login #457

Closed ChrisCatCP closed 3 years ago

ChrisCatCP commented 3 years ago

i create the account But no matter what password I use, the acct_passhash1 fields inserted in the database are consistent This is part of my log file

May 10 06:03:38 [trace] sql_write_attrs: multi-update query: UPDATE pvpgn_BNET SET acct_ctime = '1620626618', acct_userid = '2', acct_passhash1 = '67452301efcdab8998badcfe10325476c3d2e1f0', acct_username = 'chriscp' WHERE uid = '2'

May 10 06:07:43 [trace] sql_write_attrs: multi-update query: UPDATE pvpgn_BNET SET acct_ctime = '1620626863', acct_userid = '3', acct_passhash1 = '67452301efcdab8998badcfe10325476c3d2e1f0', acct_username = 'test' WHERE uid = '3'

Different passwords get the same acct_passhash1 67452301efcdab8998badcfe10325476c3d2e1f0

i cant login the account

RElesgoe commented 3 years ago

What client are you using?

ChrisCatCP commented 3 years ago

war3 1.27a english

RElesgoe commented 3 years ago

Which branch is your pvpgn compiled from?

ChrisCatCP commented 3 years ago

master branch

RElesgoe commented 3 years ago

Try compiling from the develop branch.

ChrisCatCP commented 3 years ago

thanks!
I will try

ChrisCatCP commented 3 years ago

Try compiling from the develop branch.

i compiling from the develop branch then i can login in now