XF 2.1 QR Code

Devin79

Member
So I am an administrator and have been using an app to verify via app on login.

I recently got a new phone, the problem is when I try to login there is no qr code. The app apparently doesnt have it stored.

So I guess what I am asking is, how do I generate a new one. I cannot login because I cant complete 2 step verification. I cant register the site on the app I was using (or a new one) until I have a QR code to scan.
 
You should have downloaded the backup codes before changing your phone.

Add this to the src/config.php file to temporarily disable TFA:
PHP:
$config['enableTfa'] = false;


Then disable TFA in your account, remove that line from the config file, and set TFA up again.
 
Free QR code generators if you need one:




 
So I added that line to the config and reuploaded.

Doesnt appear to work.

When I try and login it still asks for the verification code from the nonexistent QR code. I would love to disable the TFA if I could actually login to do so. Am I missing a step?
 
Top Bottom