2fa keeps failing although
Hello I'm running on v0.15.0
I'm trying to connect to the admin panel but the 2fa keeps failing although it's a correct code. I've not changed any settings and I'm using Google Authenticator.

3 Replies
Hey @lU
You can just go into you database and modify the secret and is2FAEnabled rows in your auth table 🙂
@DJKnaeckebrot Thank you for your help! I managed to fix the 2FA issue by accessing the database and updating the
is2FAEnabled
field to false in the auth table. I appreciate your guidance! 😊Glad you solved it ! 🙂