PHPackages                             rjds/magento2-module-captcha-disable - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. rjds/magento2-module-captcha-disable

ActiveMagento2-module[Authentication &amp; Authorization](/categories/authentication)

rjds/magento2-module-captcha-disable
====================================

Magento 2 module to disable and enable captcha/reCAPTCHA via CLI

v1.0.1(3mo ago)09MITPHPPHP &gt;=8.1CI passing

Since Apr 10Pushed 3mo agoCompare

[ Source](https://github.com/RubenJ01/magento2-module-disable-captcha)[ Packagist](https://packagist.org/packages/rjds/magento2-module-captcha-disable)[ RSS](/packages/rjds-magento2-module-captcha-disable/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

RJDS Disable Captcha
====================

[](#rjds-disable-captcha)

A small Magento 2 module to toggle all captcha and reCAPTCHA settings with CLI commands.

Requirements
------------

[](#requirements)

- PHP `>=8.1`
- Magento Open Source / Adobe Commerce `2.4.4` up to `2.4.8`

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

[](#installation)

Install via Composer:

```
composer require rjds/magento2-module-captcha-disable
```

Then enable the module and run setup:

```
bin/magento module:enable RJDS_DisableCaptcha
bin/magento setup:upgrade
bin/magento cache:flush
```

Usage
-----

[](#usage)

Disable all captcha/reCAPTCHA settings:

```
bin/magento rjds:captcha:disable
```

Disable captcha and also disable Magento 2FA module entirely:

```
bin/magento rjds:captcha:disable --disable-2fa-module
```

Enable captcha/reCAPTCHA settings again (using default invisible mode):

```
bin/magento rjds:captcha:enable
```

Enable captcha and also re-enable Magento 2FA module:

```
bin/magento rjds:captcha:enable --enable-2fa-module
```

Production safety
-----------------

[](#production-safety)

In production mode, both commands ask for confirmation first.

Use `--force` to skip the confirmation prompt:

```
bin/magento rjds:captcha:disable --force
bin/magento rjds:captcha:enable --force
```

Notes
-----

[](#notes)

- Installing this module does **not** change captcha configuration by itself.
- Configuration is only changed when running the CLI commands.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance80

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

Every ~0 days

Total

2

Last Release

105d ago

### Community

Maintainers

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

---

Top Contributors

[![RubenJ01](https://avatars.githubusercontent.com/u/45236226?v=4)](https://github.com/RubenJ01 "RubenJ01 (11 commits)")

---

Tags

authenticationcaptchacomposermagento2phptfa

### Embed Badge

![Health badge](/badges/rjds-magento2-module-captcha-disable/health.svg)

```
[![Health](https://phpackages.com/badges/rjds-magento2-module-captcha-disable/health.svg)](https://phpackages.com/packages/rjds-magento2-module-captcha-disable)
```

###  Alternatives

[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1860.2k](/packages/myparcelnl-magento)[hryvinskyi/magento2-invisible-captcha

Magento 2 Google Invisible Captcha (Recaptcha) module

289.6k](/packages/hryvinskyi-magento2-invisible-captcha)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

3117.9k](/packages/mage-os-module-automatic-translation)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)

PHPackages © 2026

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