How can I can access the database so I can remove 2FA for my user?
Hi,
If you’re selfhosting the app you can use the MySQL command line or a tool like workbench.
I know absolutely nothing about mysql. So I guess I just type mysql in the cli and from then I search for the command to disable 2fa for my user?
Here’s the SQL command to disable 2FA
thank you, it worked!
Glad to hear it, thanks for the update!