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 | Released |
|---|---|---|---|
| v1.1.1 | stable | Not tested | 2026-01-28 03:27:55 |
| 1.1.0 | stable | Fail | 2025-04-14 10:26:32 |
| 1.0.9 | stable | Not tested | 2025-03-16 10:40:35 |
| 1.0.8 | stable | Not tested | 2024-12-18 09:19:28 |
| 1.0.7 | stable | Not tested | 2024-05-08 03:26:38 |
| 1.0.6 | stable | Not tested | 2023-06-26 08:14:53 |
| 1.0.5 | stable | Not tested | 2022-11-09 09:11:26 |
| 1.0.4 | stable | Not tested | 2022-06-09 03:57:34 |
| 1.0.3 | stable | Not tested | 2022-03-02 07:55:32 |
| 1.0.2 | stable | Not tested | 2021-09-28 10:41:39 |
| 1.0.1 | stable | Not tested | 2020-11-17 16:00:46 |
| 1.0.0 | stable | Not tested | 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 |
| Tool | Status | Findings | Summary |
|---|---|---|---|
| PHPCS | Pass | 0 | |
| PHPStan | Fail | 7 | 7 errors (level 4, ruleset: phpstan + bitexpert/phpstan-magento) |
| Cpd | Pass | 0 | |
| Security | Pass | 0 |
Turn 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.
