ghoster / changecustomerpassword
ghoster/changecustomerpassword
Change Customer Password In Admin - Magento 2
composer require ghoster/changecustomerpassword
Change Customer Password In Admin Magento 2 module is implements the form in customer edit which allow admin change
customer password directly like old-fashion way Magento 1.
[image: Types of branches]
Main Features
- Add a quick update Password button to customer view in Admin
Command-line usage
Call the console command and pass the customers email address and the new password.
bin/magento customer:change-password [email protected] password123
If customer accounts are not shared between websites, a website code has to be specified with the --website or -w
option.
bin/magento customer:change-password --website base [email protected] password123
Installation with Composer
- Connect to your server with SSH
- Navigation to your project and run these commands
composer require ghoster/changecustomerpassword
php bin/magento setup:upgrade
rm -rf pub/static/*
rm -rf var/*
php bin/magento setup:static-content:deploy
Installation without Composer
- Download the files from
github: Direct download link - Extract archive and copy all directories to app/code/GhoSter/ChangeCustomerPassword
- Go to project home directory and execute these commands
php bin/magento setup:upgrade
rm -rf pub/static/*
rm -rf var/*
php bin/magento setup:static-content:deploy
Licence
Open Software License (OSL 3.0)
Donation
If this project help you reduce time to develop, you can give me a cup of coffee :)
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| v1.1.2 | stable | Not tested | Not yet tested Details | 2026-06-17 02:35:19 |
| v1.1.1 | stable | Not tested | Not yet tested Details | 2026-01-28 03:27:55 |
| 1.1.0 | stable | Fail | Magento 2.4.7-2.4.8 Details | 2025-04-14 10:26:32 |
| 1.0.9 | stable | Not tested | Not yet tested Details | 2025-03-16 10:40:35 |
| 1.0.8 | stable | Not tested | Not yet tested Details | 2024-12-18 09:19:28 |
| 1.0.7 | stable | Not tested | Not yet tested Details | 2024-05-08 03:26:38 |
| 1.0.6 | stable | Not tested | Not yet tested Details | 2023-06-26 08:14:53 |
| 1.0.5 | stable | Not tested | Not yet tested Details | 2022-11-09 09:11:26 |
| 1.0.4 | stable | Not tested | Not yet tested Details | 2022-06-09 03:57:34 |
| 1.0.3 | stable | Not tested | Not yet tested Details | 2022-03-02 07:55:32 |
| 1.0.2 | stable | Not tested | Not yet tested Details | 2021-09-28 10:41:39 |
| 1.0.1 | stable | Not tested | Not yet tested Details | 2020-11-17 16:00:46 |
| 1.0.0 | stable | Not tested | Not yet tested Details | 2018-09-19 10:03:50 |
Requires 1
| Package | Constraint |
|---|---|
| php | ~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0 |
Compatibility
Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.
Code Quality
Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge. A phpcs finding can't make a module incompatible.
Static analysis
Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.
PHPStan
Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases.
Tests
Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.
Unit tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Integration tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Security
Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.
More from ghoster
View vendorTurn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.
