XF 1.5 Two-Step Verification Code Not Being Sent

Hi there,

When trying to log in, I'm prompted for a two-step verification code. However, no code has been sent to my designated e-mail account as of late - thus, preventing me from logging in on my secondary account.

I have tried disabling this feature with my main admin account under "General Permissions" but unfortunately, I am still prompted for two step verification while logging in.

How do I generate a backup code using my admin account under this circumstance? Also, how do I resolve the "no verification email being sent" crisis?

Thank you for the help.
 
It needs to be explicitly set up by members unless you are forcing it in the user group permissions.

There is a config.php switch to disable it, which will enable you to log in.
PHP:
$config['enableTfa'] = false;
 
Disaster. I have no iphone and also live abroad. The systems tells me I cannot authorize new subscribers without 2 step verification, WHICH I HATE. I turned it on as a ADMIN as it was not working. No help, still not emails and now I cannot login as an ADMIN. How stupid can programming get?!!!
Any solutions for this poor sufferer?
 
Disaster. I have no iphone and also live abroad. The systems tells me I cannot authorize new subscribers without 2 step verification, WHICH I HATE. I turned it on as a ADMIN as it was not working. No help, still not emails and now I cannot login as an ADMIN. How stupid can programming get?!!!
Any solutions for this poor sufferer?

Add in src/config.php the following line: $config['enableTfa'] = false;
 
Back
Top Bottom