PHPackages                             cloudcommerce/skip-recaptcha - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. cloudcommerce/skip-recaptcha

ActiveMagento2-module[Security](/categories/security)

cloudcommerce/skip-recaptcha
============================

Magento 2 module to skip reCAPTCHA validation for whitelisted IP addresses

1.0.0(8mo ago)111MITPHPPHP &gt;=8.0

Since Sep 2Pushed 8mo agoCompare

[ Source](https://github.com/ybrajendra/skip-recaptcha)[ Packagist](https://packagist.org/packages/cloudcommerce/skip-recaptcha)[ RSS](/packages/cloudcommerce-skip-recaptcha/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

CloudCommerce SkipRecaptcha Module
==================================

[](#cloudcommerce-skiprecaptcha-module)

Overview
--------

[](#overview)

The SkipRecaptcha module allows administrators to bypass reCAPTCHA validation for specific whitelisted IP addresses in Magento 2. This is particularly useful for development environments, automated testing, or trusted internal networks where reCAPTCHA verification is not necessary.

Features
--------

[](#features)

- Enable/disable module functionality via admin configuration
- Whitelist specific IP addresses to skip reCAPTCHA validation
- Supports both direct IP addresses and forwarded IPs (X-Forwarded-For header)
- Admin panel configuration interface

Installation
------------

[](#installation)

### Via Composer (Recommended)

[](#via-composer-recommended)

```
composer require cloudcommerce/skip-recaptcha
php bin/magento module:enable CloudCommerce_SkipRecaptcha
php bin/magento setup:upgrade
php bin/magento cache:flush
```

### Manual Installation

[](#manual-installation)

1. Copy the module files to `app/code/CloudCommerce/SkipRecaptcha/`
2. Run the following commands: ```
    php bin/magento module:enable CloudCommerce_SkipRecaptcha
    php bin/magento setup:upgrade
    php bin/magento cache:flush
    ```

Configuration
-------------

[](#configuration)

1. Navigate to **Stores &gt; Configuration &gt; General &gt; Skip Admin Recaptcha**
2. Set **Enable Module** to "Yes"
3. Enter IP addresses in **Whitelisted IPs** field (comma-separated)
4. Save configuration

Usage
-----

[](#usage)

Once configured, users accessing Magento from whitelisted IP addresses will automatically bypass reCAPTCHA validation on admin login and other protected forms.

### How It Works

[](#how-it-works)

The module uses a plugin to intercept the `isCaptchaEnabledFor` method and returns `false` when the current IP address is in the whitelist, effectively disabling reCAPTCHA validation.

Version
-------

[](#version)

1.0.0

Author
------

[](#author)

CloudCommerce

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance59

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

258d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c7991ce6cf8f4a20010c0bb5c74e1ac35909f137187fe3b5e410aa723adc8a15?d=identicon)[ybrajendra](/maintainers/ybrajendra)

---

Top Contributors

[![ybrajendra](https://avatars.githubusercontent.com/u/23187081?v=4)](https://github.com/ybrajendra "ybrajendra (3 commits)")

### Embed Badge

![Health badge](/badges/cloudcommerce-skip-recaptcha/health.svg)

```
[![Health](https://phpackages.com/badges/cloudcommerce-skip-recaptcha/health.svg)](https://phpackages.com/packages/cloudcommerce-skip-recaptcha)
```

###  Alternatives

[veriteworks/cookiefix

Magento2 extension for Cookie SameSite attribute.

65455.3k1](/packages/veriteworks-cookiefix)[imi/magento2-friendly-captcha

Friendly Captcha integration for Magento2

18116.2k](/packages/imi-magento2-friendly-captcha)[basecom/magento2-csp-split-header

Magento 2 module to split oversized CSP headers into multiple headers.

5256.6k](/packages/basecom-magento2-csp-split-header)[pixelopen/magento-cloudflare-turnstile

Protect your store from spam messages and spam user accounts with Cloudflare Turnstile

5325.4k1](/packages/pixelopen-magento-cloudflare-turnstile)[yireo/magento2-csp-whitelist-inline-js

Magento module to automatically add inline JS script to CSP whitelist

2974.7k](/packages/yireo-magento2-csp-whitelist-inline-js)[sansec/magento2-module-shield

14111.8k](/packages/sansec-magento2-module-shield)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
