After installing Magento 2 you might encounter this screen, that says You need to configure Two-Factor Authorization in order to proceed to your store’s admin area.

One solution to this message is setup the two factor authentication in Magento 2. However, this is not ideal for the local development or any testing site. So you can simply disable this module to avoid the inconvenience in your local development.
You can the below two commands to disable the modules
bin/magento module:disable Magento_AdminAdobeImsTwoFactorAuth
bin/magento module:disable Magento_TwoFactorAuth
In recent Magento 2 versions you need to run the first command as the first is depend on the second module.
Please share with your peers if it helps you!
Note: Don’t use this trick in the production server, as it’s security feature in Magento 2.
- Just want to thank us? Buy us a Coffee
- May be another day? Shop on Amazon using our links.
Your prices won't change but we get a small commission.
Leave a Reply