Exercise: Install a third-party module in Magento
Learn how to install a third party Magento 2 module to disable two factor authentication in developer mode.
Lesson Content
In this exercise you are free to install any third-party Magento module that you wish, but I’m going to shamelessly plug my own Magento module for this exercise!
If you try to log in to the Magento admin after a fresh install of Magento 2, you’ll be greeted with the requirement of needing to set up two factor authentication. This can be a real pain during development!
To deal with this, I created a Magento module which automatically disables 2FA while in developer mode, and keeps it enabled in production mode to retain all of the built-in security that 2FA supplies.
Go ahead and attem...
Join the discussion!
Comments
Want to comment on this lesson?
Enroll in this course to leave comments.