📊 State of Magento 2025

The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

613 Modules
401 Ready
211 Need Help
🏆 Leaderboard
Popular Module Actively Maintained vv1.1.1

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.

207,602
Downloads
Below average
44
GitHub Stars
Above average
14d ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
7 warnings
L1 PHPStan

Tested on Magento 2.4.8-p3

Recent Test History

Each release is tested against the latest Magento version at that time.

vv1.1.1 on Magento 2.4.8-p3
Jan 28, 2026
v1.1.0 on Magento 2.4.8-p3
Dec 31, 2025

Share This Module's Status

Change Customer Password In Admin - Magento 2 Magento compatibility status badge

README

Loaded from GitHub

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.

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Codacy Badge Donate Build Status


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 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

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 :)

paypal

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.