magenable / module-captcha-bypass
A Magento 2 captcha bypass module for testing purposes
Installs: 3 919
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magenable/module-base: *
- magento/framework: >=102.0
README
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