Sometimes, when I access the forum, I receive a code in my mail address and even though it's used right away, it says it's wrong.
So a moment later another one arrives but it works.
Is it the same for you?
Printable View
Sometimes, when I access the forum, I receive a code in my mail address and even though it's used right away, it says it's wrong.
So a moment later another one arrives but it works.
Is it the same for you?
How quickly do you use them, because they have really short duration? It never happened to me that code is wrong if I used it within 15-20 seconds.
You can log in through the game client first (the code’s validity period is quite long , it might last for more than 5 minutes, though I’m not sure). Once you authorize your IP by logging into the game, you’ll be able to log into the website instantly without needing to enter the 2FA code.
Or simply keep your email inbox open so you can quickly copy the code and paste it into the 2FA field on the website.
Email is slow, it could take some time for it to send and be delivered and if it was generated near the end of the time interval you may receive it late. There's other methods such as using any 2FA app you prefer on your phone or just write your own script to generate 2FA codes from secrets.
I've used this one for python: https://pypi.org/project/pyotp/
and this one for java: https://github.com/j256/two-factor-auth
The secret you need is printed under https://www.warmane.com/account/security once you select Google Authenticator.
As long as the second code arrives and it works it is fine with me.
Thank you all.