PHPackages                             bitexpert/magerun2-password-normalizer - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bitexpert/magerun2-password-normalizer

Abandoned → [hivecommerce/magento2-content-fuzzyfyr](/?search=hivecommerce%2Fmagento2-content-fuzzyfyr)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

bitexpert/magerun2-password-normalizer
======================================

Plugin for netz98 Magerun2 to normalize all customer email addresses and passwords

v2.2.0(5y ago)98.3k2Apache-2.0PHPPHP ^7.4

Since Dec 9Pushed 4y ago2 watchersCompare

[ Source](https://github.com/bitExpert/magerun2-password-normalizer)[ Packagist](https://packagist.org/packages/bitexpert/magerun2-password-normalizer)[ Docs](https://github.com/bitexpert/magerun2-password-normalizer)[ RSS](/packages/bitexpert-magerun2-password-normalizer/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (6)Dependencies (15)Versions (13)Used By (0)

> ## Repository abandoned 2021-11-06
>
> [](#repository-abandoned-2021-11-06)
>
> This package is abandoned. Use [hivecommerce/magento2-content-fuzzyfyr](https://github.com/hivecommerce/magento2-content-fuzzyfyr) instead!

magerun2-password-normalizer
============================

[](#magerun2-password-normalizer)

[netz98 Magerun2](https://github.com/netz98/n98-magerun2) Plugin for changing the passwords and email-addresses for customer-accounts in bulk.

[![Build Status](https://github.com/bitExpert/magerun2-password-normalizer/workflows/ci/badge.svg?branch=master)](https://github.com/bitExpert/magerun2-password-normalizer)[![Coverage Status](https://camo.githubusercontent.com/cc3826d8bfcaa5185bea87647740c8afd79852a4a4a4ddcbacd0d18e9ecfff29/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6269744578706572742f6d61676572756e322d70617373776f72642d6e6f726d616c697a65722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/bitExpert/magerun2-password-normalizer?branch=master)[![Infection MSI](https://camo.githubusercontent.com/c324079ca2ce245eb0436784093815279eec718d365e2a19373500574eb32b85/68747470733a2f2f62616467652e737472796b65722d6d757461746f722e696f2f6769746875622e636f6d2f6269744578706572742f6d61676572756e322d70617373776f72642d6e6f726d616c697a65722f6d6173746572)](https://infection.github.io)

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

[](#installation)

The preferred way of installing `bitexpert/magerun2-password-normalizer` is through Composer. Simply add `bitexpert/magerun2-password-normalizer` as a dev dependency:

```
composer.phar require --dev bitexpert/magerun2-password-normalizer

```

### Local installation

[](#local-installation)

If you do not want to add the command to one specific project only, you can install the plugin globally by placing the code in the `~/.n98-magerun2/modules` directory. If the folder does not already exist in your setup, create the folder by running the following command:

```
mkdir -p  ~/.n98-magerun2/modules

```

The next thing to do is to clone the repository in a subdirectory of `~/.n98-magerun2/modules`:

```
git clone git@github.com:bitExpert/magerun2-password-normalizer.git ~/.n98-magerun2/modules/magerun2-password-normalizer

```

Usage
-----

[](#usage)

This plugin adds the `dev:customer:normalize-passwords` command to magerun2.

**It is designed to be executed only on development- or test-systems!**

You must add --force when you're not in "developer" mode

**You should never execute this on a production-system!**

You will not be able to recover the old data, unlees you backed them up.

Options
-------

[](#options)

### You must provide a password that will be used for every (except exluded) customer

[](#you-must-provide-a-password-that-will-be-used-for-every-except-exluded-customer)

### You can provide an exclude-parameter that will not update the users that match the query.

[](#you-can-provide-an-exclude-parameter-that-will-not-update-the-users-that-match-the-query)

Example: `--exclude-emails %@bitexpert.%` will result in a query restricted with `WHERE email NOT LIKE '%@bitexpert.%'` thus NOT updating the password and email-address all bitExpert accounts. If you want to exclude multiple "conditions" you can provide them ; separated `--exclude-emails %@bitexpert.%;%@gmail%`

### You can provide an email-mask

[](#you-can-provide-an-email-mask)

This command will also change every email-address for the customer (except exluded). The default is `customer_(ID)@example.com` with `(ID)` being actually replaced by the customer-entity-ID. If you provide a custom email-mask you must include `(ID)`. Example: `--email-mask foo_(ID)_bar@somefictional.org` will result in a query restricted with `WHERE email NOT LIKE '%@bitexpert.%'` thus NOT updating the password and email-address all bitExpert accounts

Contribute
----------

[](#contribute)

Please feel free to fork and extend existing or add new features and send a pull request with your changes! To establish a consistent code quality, please provide unit tests for all your changes and adapt the documentation.

Want To Contribute?
-------------------

[](#want-to-contribute)

If you feel that you have something to share, then we’d love to have you. Check out [the contributing guide](CONTRIBUTING.md) to find out how, as well as what we expect from you.

License
-------

[](#license)

This plugin is released under the Apache 2.0 license.

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 60.4% 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 ~137 days

Recently: every ~182 days

Total

7

Last Release

1935d ago

Major Versions

1.0.4 → v2.0.02021-01-23

PHP version history (2 changes)1.0.1PHP &gt;=7.0

v2.0.0PHP ^7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/1adf0ab660536efce10aeb97f0c90ec881110b64fbd23429fa945190df0def56?d=identicon)[shochdoerfer](/maintainers/shochdoerfer)

---

Top Contributors

[![shochdoerfer](https://avatars.githubusercontent.com/u/596449?v=4)](https://github.com/shochdoerfer "shochdoerfer (154 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (45 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (38 commits)")[![philippsander](https://avatars.githubusercontent.com/u/4118369?v=4)](https://github.com/philippsander "philippsander (18 commits)")

---

Tags

magento2magerun2phpmagerun2n98-magerun2

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bitexpert-magerun2-password-normalizer/health.svg)

```
[![Health](https://phpackages.com/badges/bitexpert-magerun2-password-normalizer/health.svg)](https://phpackages.com/packages/bitexpert-magerun2-password-normalizer)
```

###  Alternatives

[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68353.9k](/packages/run-as-root-magento2-prometheus-exporter)[loki/magento2-components

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

1010.0k22](/packages/loki-magento2-components)[yireo/magento2-extensionchecker

Scan the code of a Magento module

96160.1k3](/packages/yireo-magento2-extensionchecker)[deved/magento2-disable-customer-registration

Disable Customer Registration

50135.2k](/packages/deved-magento2-disable-customer-registration)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1859.0k](/packages/myparcelnl-magento)[customgento/module-remove-product-comparison-m2

Remove Product Comparison for Magento 2 removes the product comparison feature completely from Magento.

1031.0k](/packages/customgento-module-remove-product-comparison-m2)

PHPackages © 2026

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