Вопрос

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