Disable CAPTCHA Magento 2 Admin Login

Connect to your Magento database using a tool like phpMyAdmin or MySQL CLI.

Run the following query:

UPDATE core_config_data SET value = 0 WHERE path = ‘admin/captcha/enable’;

Leave a Reply

Your email address will not be published. Required fields are marked *