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.
Build Tests
Code Quality
Recent Test History
Each release is tested against the latest Magento version at that time.
No test history available yet.
Top Contributors
View LeaderboardShare This Module's Status
README
Loaded from GitHubMagenable 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.