How to disable Wordpress two factor authentication
There are two methods for disabling two factor authentication in wordpress.
- The first is to add this line to your Wordpress installations wp-config.php
define('ITSEC_DISABLE_TWO_FACTOR', true);
- The second is to delete ithemes security if you have it installed.
Updated on: 29/03/2021
Thank you!