Change Customer Password In Admin - Magento 2
ghoster/changecustomerpassword
Allows administrators to change customer passwords directly from the customer edit page in the admin panel. Includes a command-line interface for password updates.
Supported Magento versions: 2.4.9
254,793 installs★ 46 starsLatest: v1.1.2Released 2026-06-17License: OSL-3.0, AFL-3.0
composer require ghoster/changecustomerpasswordREADME
Reproduced from the package’s own README, under its own license, as of 2026-09-13. Links and images point back at the source repository.
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.
- Add a quick update Password button to customer view in Admin
Call the console command and pass the customers email address and the new password.
bin/magento customer:change-password test@example.com 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 test@example.com password123
- 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
- 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
Open Software License (OSL 3.0)
If this project help you reduce time to develop, you can give me a cup of coffee :)
Links
- Packagist
- PackageMaven — quality data by PackageMaven
- Repository
- Issues
