Jump to content

kouaw

Members
  • Posts

    1
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by kouaw

  1. My systeme locked account for wrong password , Isn't good tips sorry Index: src/realmd/AuthSocket.cpp =================================================================== --- src/realmd/AuthSocket.cpp (revision 5670) +++ src/realmd/AuthSocket.cpp (working copy) @@ -648,6 +648,8 @@ } else { + sLog.outBasic("Wrong password User: '%s' IP: '%s'", _login.c_str(),GetRemoteAddress().c_str()); + dbRealmServer.PExecute("UPDATE account SET failed_logins = '1', locked='1', last_ip='127.0.0.1' where username = '%s'",_login.c_str()); char data[4]={AUTH_LOGON_PROOF,REALM_AUTH_NO_MATCH,3,0}; SendBuf(data,sizeof(data)); } Sorry for my bad english I m french
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use