Internet Explorer
Internet Explorer is not supported. Please upgrade to a more modern browser.
Created a two step verify requirement. Now I'm locked out of my panel because the authentication codes aren't working. I've tried Google and another auth app. Neither seem to work...
Hi,
The following is taken from our FAQs:
The most common cause for 2FA not working is incorrect time on the server or device providing TOTP codes.
To disable two factor authentication on login for all users, run the following SQL query: UPDATE nl2_users SET tfa_enabled=0;
To disable forced two factor authentication setup for all groups, run the following SQL query: UPDATE nl2_groups SET force_tfa=0;