XF 2.2 Big Problem with Two Step Verification

albertc.s

Member
Hello, well the problem is that can't enter in my forum because have some problems with my mobile and "Google Auth" Two Step Verification. Try to looking for Code Backup, but i dont know where is it and think I loosed it.
Can't to admin panel, so, some solution in Database maybe? Some idea for get solution?
 
Solution
You can extend your src/config.php with the following line: $config['enableTfa'] = false;
This should disable 2FA globally.
Top Bottom