Hi,
There is a 24 char limit for everything (char name, login name, password...). The problem is that I want my users to login with their email address instead of user ID in order to increase security (there are people who know other users logins and crack their passwords with bruteforce), but many of them have a too long email address which doesn't fit on game login input.
Anyone knows how can I hex the client so I can increase the 24 char max limit for the login input? Just for the login (user ID field), don't need to change the 24 char limit in the whole client (unless it be necessary). Any help or tip for this would be appreciated.
Thank you!!!!!!!!