XF 2.3 “Normal” admin login no longer possible

joe_la

New member
Hello,
I have a small problem. Over the past two days, I have been working on installing and setting up a new forum. Somehow, I must have accidentally enabled two-factor authentication. Now, I can no longer log in “normally.”

The issue is that email sending is not working yet, for some reason. As a result, I can’t log in. Does anyone have an idea? Maybe there’s a way to disable two-factor authentication through the database so I can log in again?

Otherwise, I’m not sure – I might have to start everything from scratch.
 
Solution
D
Sorry, there was a typo, add this:
PHP:
$config['enableTfa'] = false;
Back
Top Bottom