The-Cataclysm-Preservation-Project / TrinityCore

Archived repository for WoW 4.3.4.15595. The project will be reworked for Cataclysm Classic as an official new branch of TrinityCore at https://github.com/TrinityCore/TrinityCore
GNU General Public License v2.0
237 stars 100 forks source link

Core/Socket: Fix check session digest #436

Closed Nightprince closed 11 months ago

Nightprince commented 11 months ago

An error occurs if the username is created in database with lowercase letters by website or ...

Ovahlord commented 11 months ago

what are the exact steps to reproduce the issue?

Nightprince commented 11 months ago

what are the exact steps to reproduce the issue?

All parts of account creation are written by command with uppercase. But if the account name is stored in lowercase in the database, when the character is selected and wants to enter world, it will not be allowed and Core will display this error: WorldSocket::HandleAuthContinuedSession: Authentication failed for account:

Ovahlord commented 11 months ago

thanks for the PR