Comment to 'Two-factor authentication error occured'
  • Hello zetaone !

    How to disable 2fa, you need to apply this query in your UNA database:

    UPDATE `sys_options` SET `value`='' WHERE `name`='sys_account_activation_2fa_enable'

    • Thanks, Leonid though the query says “enable”.

      Wondering if it is not counter-intuitive as I expected it to be doing the disabling.

      Will try it out and let you know the result.

      • Didn’t work.

        Still brings me to Log in - Step 2 after the running the SQL query.

        Thanks, Leo.

        After clearing the app and browser cache, I was able to login to the admin dashboard.

        The suggestion worked.

        Thanks a ton!!!