Created
October 8, 2020 19:41
-
-
Save deeshrestha/d79507e9e70d3413e83610e37fee93f0 to your computer and use it in GitHub Desktop.
Disable Two Factor Authentication on Magento 2.4 For Localhost Installations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Two Factor Authentication on Magento 2.4 is a bit of pain for those who are testing out on thier localhost. | |
After successful installation, we can disable this feature by using these commands | |
-------------------------------------------------------- | |
$ bin/magento module:disable Magento_TwoFactorAuth | |
$ bin/magento cache:flush | |
$ bin/magento setup:di:compile | |
-------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment