docker-magento icon indicating copy to clipboard operation
docker-magento copied to clipboard

Update setup-install

Open mucan54 opened this issue 1 year ago • 1 comments

Disable Two factor aut as default on setup.

mucan54 avatar May 21 '23 07:05 mucan54

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.

what-the-diff[bot] avatar May 21 '23 07:05 what-the-diff[bot]

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.

markshust avatar Aug 25 '23 19:08 markshust