m2install icon indicating copy to clipboard operation
m2install copied to clipboard

disabling MFA fails on 2.4.6

Open andrewmortiz opened this issue 1 year ago • 0 comments

Looks like 2.4.6 added an additional dependency:

m2install --sample-data yes --ee  --php php81 -s composer -v 2.4.6 -f
......
Unable to change status of modules because of the following constraints:
Cannot disable Magento_TwoFactorAuth because modules depend on it:
Magento_AdminAdobeImsTwoFactorAuth: Magento_AdminAdobeImsTwoFactorAuth->Magento_TwoFactorAuth
.....
[ 246  ] bin/magento mo:di Magento_TwoFactorAuth Magento_AdminAdobeImsTwoFactorAuth
The following modules have been disabled:
- Magento_TwoFactorAuth
- Magento_AdminAdobeImsTwoFactorAuth

andrewmortiz avatar Mar 15 '23 15:03 andrewmortiz