How to disable Two factor Authentication in Magento 2

Viewed 2

How can I disable the Two-factor Authentication in Magento 2?

1 Answers

Run below command in terminal Magento root path :

php bin/magento module:disable Magento_TwoFactorAuth

Then

php bin/magento setup:upgrade
bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush