mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
Core: feature add 2FA (OTP) (#1054)
Add 2 factor authentification for improved security on your websites/apps. Taken from TrinityCore Closes #1049 on github.
This commit is contained in:
@@ -67,6 +67,7 @@ private:
|
||||
eStatus _status;
|
||||
|
||||
std::string _login;
|
||||
std::string _tokenKey;
|
||||
|
||||
// Since GetLocaleByName() is _NOT_ bijective, we have to store the locale as a string. Otherwise we can't differ
|
||||
// between enUS and enGB, which is important for the patch system
|
||||
|
||||
Reference in New Issue
Block a user