The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

539 Modules
305 Ready
196 Need Help
🏆 Leaderboard
Stable v1.0.8

Magenable Captcha Bypass

magenable/module-captcha-bypass

Disables Google reCAPTCHA based on whitelisted IP addresses or browser User-Agent. Useful for automated testing by bypassing CAPTCHA challenges.

5,129
Downloads
Below average
5
GitHub Stars
Below average
6mo ago
Last Release
0
Open Issues
Not Tested
Awaiting results

Build Tests

Composer Install
DI Compile
Templates

Code Quality

Coding Standard
PHPStan

Recent Test History

Each release is tested against the latest Magento version at that time.

No test history available yet.

Share This Module's Status

Magenable Captcha Bypass Magento compatibility status badge

README

Loaded from GitHub

Magenable Captcha Bypass

The extension disables Google reCAPTCHA for defined list of ip-addresses or a specific browser User-Agent. This can be useful for automated testing.

Installation

Composer:

Run the following command in Magento 2 root folder

composer require magenable/module-captcha-bypass
bin/magento setup:upgrade

Upgrade

Composer:

Run the following command in Magento 2 root folder

composer update magenable/module-captcha-bypass
bin/magento setup:upgrade

Extension Settings

  • Go to Stores -> Settings -> Configuration in Magento admin
  • Select Magenable Extensions and click on Captcha Bypass
  • In group General set the field Enabled to Yes
  • In field Whitelisted IP addresses specify one or several ip-addresses separated by comma
  • Or in field Whitelisted User-Agent specify User-Agent
  • If one of the conditions (from previous two fields) is met the reCAPTCHA will not appear.

Compatibility

  • Compatibility with Magento v2.4.5 tested
  • Compatibility with Magento v2.4.6 tested

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.