magenable/module-captcha-bypass

A Magento 2 captcha bypass module for testing purposes

Installs: 2 980

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.4 2024-04-10 11:41 UTC

This package is auto-updated.

Last update: 2024-04-16 02:55:39 UTC


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