PHPackages                             magematch/magento2-customer-password-reset-cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. magematch/magento2-customer-password-reset-cli

ActiveMagento2-module[CLI &amp; Console](/categories/cli)

magematch/magento2-customer-password-reset-cli
==============================================

Magento 2 CLI module to send customer password reset links by email or customer-id range.

v1.0.1(1mo ago)00MITPHPPHP &gt;=8.1CI passing

Since Apr 16Pushed 1mo agoCompare

[ Source](https://github.com/magematch/magento2-customer-password-reset-cli)[ Packagist](https://packagist.org/packages/magematch/magento2-customer-password-reset-cli)[ Docs](https://magematch.com)[ RSS](/packages/magematch-magento2-customer-password-reset-cli/feed)WikiDiscussions main Synced 1w ago

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

Customer Password Reset CLI for Magento 2
=========================================

[](#customer-password-reset-cli-for-magento-2)

> Free, open-source Magento 2 extension
> by **Arjun Dhiman** — [Adobe Commerce Certified Master](https://magematch.com/developers/arjun-dhiman)
> Part of the [MageMatch](https://magematch.com)developer ecosystem

`MageMatch_PasswordReset` provides a Magento CLI command that generates password reset tokens and triggers reset emails for selected customers.

Features
--------

[](#features)

- CLI command: `password:reset`
- Reset by exact email (`--email`)
- Reset by customer id lower bound (`--customer_id`)
- Reset for all customers (no option)
- Dedicated module log file: `var/log/passwordreset.log`

Usage
-----

[](#usage)

Reset for one email:

```
php bin/magento password:reset --email customer@example.com
```

Reset for customer IDs greater than or equal to a value:

```
php bin/magento password:reset --customer_id 1000
```

Reset all customers:

```
php bin/magento password:reset
```

CI Matrix
---------

[](#ci-matrix)

Workflow file: `.github/workflows/ci.yml`

Runs validation on:

- PHP `8.2`
- PHP `8.4`

Checks:

- `composer validate --no-check-lock --strict`
- PHP syntax lint (`php -l`)
- XML well-formedness

---

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

[](#installation)

```
composer require magematch/magento2-customer-password-reset-cli
bin/magento module:enable MageMatch_CustomerPasswordResetCli
bin/magento setup:upgrade
bin/magento cache:clean
```

Compatibility
-------------

[](#compatibility)

- Magento Open Source 2.4.x
- Adobe Commerce 2.4.x
- PHP 8.1, 8.2, 8.3

Support &amp; Custom Development
--------------------------------

[](#support--custom-development)

Need custom Magento development?
Find vetted Adobe Commerce developers at
**[magematch.com](https://magematch.com)**

License
-------

[](#license)

MIT License — free to use commercially

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance91

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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 ~9 days

Total

2

Last Release

45d ago

PHP version history (2 changes)v1.0.0PHP ^8.1 || ^8.2 || ^8.3 || ^8.4

v1.0.1PHP &gt;=8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/25de70104e0bb9357f7dc83de70315741d4b04931f7104e96f48e0b0e7b32ee8?d=identicon)[arjundhi](/maintainers/arjundhi)

---

Top Contributors

[![aiopsgroup](https://avatars.githubusercontent.com/u/131590932?v=4)](https://github.com/aiopsgroup "aiopsgroup (6 commits)")

### Embed Badge

![Health badge](/badges/magematch-magento2-customer-password-reset-cli/health.svg)

```
[![Health](https://phpackages.com/badges/magematch-magento2-customer-password-reset-cli/health.svg)](https://phpackages.com/packages/magematch-magento2-customer-password-reset-cli)
```

###  Alternatives

[avstudnitz/disable-modules

Adds a console command to show all modules which can be safely disabled as they have no declared dependencies

10274.5k](/packages/avstudnitz-disable-modules)[yireo/magento2-theme-commands

CLI commands to manipulate themes

1337.7k1](/packages/yireo-magento2-theme-commands)[loki/magento2-components

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

1010.0k22](/packages/loki-magento2-components)

PHPackages © 2026

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