• Resolved Kirbyst

    (@xep22)


    hello,

    there is a user in my WP who lost his 2FA token. how can I disable or reset it for his user? Cant find anything in the database or somewhere.

Viewing 1 replies (of 1 total)
  • Plugin Support hjogiupdraftplus

    (@hjogiupdraftplus)

    Hi @xep22

    define the below constant in the wp-config.php file before wp-settings.php file inclued in that file of the root of the WordPress install and try.

    ?It will disable 2FA whole functionality for all users. Once the user loggedin and set up 2FA proper please remove this constant.

    define('TWO_FACTOR_DISABLE', true);
Viewing 1 replies (of 1 total)
  • The topic ‘Reset 2FA of user’ is closed to new replies.