Model

DisableReCaptchaForUserLogin

Magento\ReCaptchaUser\Model\DisableReCaptchaForUserLogin

What it does

This class programmatically disables reCAPTCHA verification for backend user login by clearing the configuration setting and flushing the config cache.

Developers would use this when they need to programmatically turn off reCAPTCHA protection for admin login, typically during automated setup, testing scenarios, or troubleshooting authentication issues.

Public Methods

  • execute()