문제

I have installed Magento 2.4 community version, and here I went to the admin panel and tried to log in and its show like this.

enter image description here

Any help will be appreciated!

도움이 되었습니까?

해결책

Run the below commands to disable Magento_TwoFactorAuth module.

php bin/magento module:disable Magento_TwoFactorAuth

php bin/magento cache:flush

다른 팁

For a more elegant solution the following module will let you disable/enable 2FA from the command line or admin:

DisableTwoFactorAuth

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top