XF 1.5 Two Step verification problem

Jim Kingsnorth

Active member
My admin account is requiring me to do the two step verification. I tried the email version and did not receive an email. (so that is one issue) I tried the app version and I keep getting an error. I turned the setting to no but it is still requiring it.
 
To temporarily disable it, add this to the library/config.php file:
PHP:
$config['enableTfa'] = false;

You can then disable it in your account preferences, or in the permissions if you have configured it to be required.

Remove the line once you have resolved it.
 
Top Bottom