docker-magento
docker-magento copied to clipboard
Update setup-install
Disable Two factor aut as default on setup.
PR Summary
- Disable Specific Modules during Installation Added an option to disable Magento_AdminAdobeImsTwoFactorAuth and Magento_TwoFactorAuth modules during the setup:install command. This allows for a smoother installation process by disabling unwanted modules.
I don't really care for this update, as this disables 2FA by default, which could open up security holes.
FYI I did create a module to disable 2FA in dev. You can grab it at https://github.com/markshust/magento2-module-disabletwofactorauth
I don't install the module by default as I don't agree with force-feeding fresh installs with any third-party modules (even my own), but you can easily set this up for a new project to disable 2FA.