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(11mo ago)111MITPHPPHP &gt;=8.0

Since Sep 2Pushed 11mo 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 1w 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

27

—

LowBetter than 46% of packages

Maintenance51

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

348d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23187081?v=4)[Brajendra](/maintainers/ybrajendra)[@ybrajendra](https://github.com/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

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.5M1](/packages/fastly-magento2)[imi/magento2-friendly-captcha

Friendly Captcha integration for Magento2

19136.4k](/packages/imi-magento2-friendly-captcha)[veriteworks/cookiefix

Magento2 extension for Cookie SameSite attribute.

65492.2k1](/packages/veriteworks-cookiefix)[aregowe/magento2-module-polyshell-protection

Comprehensive defense-in-depth module that closes the PolyShell unrestricted file upload vulnerability (APSB25-94) in Adobe Commerce and Magento Open Source.

63106.6k](/packages/aregowe-magento2-module-polyshell-protection)[sansec/magento2-module-shield

15218.6k](/packages/sansec-magento2-module-shield)[checkoutcom/magento2

Checkout.com Payment Gateway for Magento 2

34280.5k3](/packages/checkoutcom-magento2)

PHPackages © 2026

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