View Full Version : Using E-Mail as Login Name
Hi everybody,
I'm running a Mangos server.Today, I had the idea to use an E-Mail as loginname, but somehow it does not work. E-Mail adress is registered correctly in my DB. Is there an option which allows me to use an E-Mail adress as login or is it something I have to code? Or is it even possible?
Greetings!
put email in account name ?
Exactly! For Example: Instead of "admin" I want to use "
[email protected]"
Greetings :)
did it work ?
Update `accounts` Set `accountname` =
[email protected] Where `accountname` = admin;
Hi Fatcow,
no. The mail adress was entered correctly into the table, I already did that. But when I try to log ingame, it says the entered data would be wrong.. Does it work on your server??
i think you need to change the core to read the email adress instead of the account name .
Yeah, try modifying your core files! Not exactly sure where as I've never bothered with this topic.
Yeah, try modifying your core files! Not exactly sure where as I've never bothered with this topic.
Do you think it's difficult? I never touched C++, only Java... So I've downloaded the source and there's a line which is called something like: "normalizestring(accountname)." Maybe this method(I dont know how its called in c++ :) ) removes characters like "@".
zwroblewski
24-09-10, 03:14 PM
You can find out how to use c++ normally you google it or you goto youtube :D
MikExV™
29-09-10, 09:21 PM
Should work just by changing the account name and refreshing the tables, but if it doesnet the Core may be thinking that the user name is the email, not shore, you could prob check out this issue in the core for the logon server for mangos. Just check the configurations of the core.
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.