I just installed Magento 2.4.2 on my website. However, at the admin panel, I can see that 2FA is enabled by default. How can I disable 2FA in Magento and login to my admin panel?
I just installed Magento 2.4.2 on my website. However, at the admin panel, I can see that 2FA is enabled by default. How can I disable 2FA in Magento and login to my admin panel?
2
Answers
You can disable this via the command line:
alternatively you can disable the module altogether:
You can also use the MarkShust_DisableTwoFactorAuth extension: https://github.com/markshust/magento2-module-disabletwofactorauth. It will add the missing toggle to turn 2FA on or off from the admin.