XF 2.1 Two Step Verification

Catsmother

Active member
Hi there, one of my members is unable to access my forum because of the two step verification.
I have disabled it for her in my ACP and I told her to clear her cache, cookies and to log out then in again but she is still getting the message,

8q10bhB.png
 
Add this to the src/config.php file to temporarily disable TFA globally:

Code:
$config['enableTfa'] = false;

Then have the user disable TFA in their account, then remove that line from the config file.
 
Top Bottom