سؤال

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