The Home for Magento 2 Excellence

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

1090 Modules
617 Ready
473 Need Help
🏆 Leaderboard
Actively Maintained v1.0.0

Customer Account Password Change (Admin)

aimanecouissi/module-customer-account-password-change-admin-ui

Adds a Password field to the admin customer edit form so developers can set a customer account password directly for local debugging and testing workflows. Intended as a dev-only tool, not for production use.

1
Downloads
Below average
0
GitHub Stars
2mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
5 warnings
L1 PHPStan

Tested on Magento 2.4.9

Recent Test History

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

v1.0.0 on Magento 2.4.9
Jun 1, 2026

Share This Module's Status

Customer Account Password Change (Admin) Magento compatibility status badge

README

Loaded from GitHub

AimaneCouissi_CustomerAccountPasswordChangeAdminUi

Adds a Password field to Admin customer edit forms. The module lets an Admin user set a new customer password directly from the customer form for local debugging and testing workflows.

[!CAUTION] This module exposes direct customer password changes in the Admin for local debugging and testing. Never enable it on a production store.

Installation

composer require --dev aimanecouissi/module-customer-account-password-change-admin-ui
bin/magento module:enable AimaneCouissi_CustomerAccountPasswordChangeAdminUi
bin/magento setup:upgrade
bin/magento cache:flush

Usage

Open a customer from the Admin → Customers → All Customers grid. The Password field appears on the customer form; saving a non-empty value updates the account password through Magento customer account management, while leaving the field empty keeps the existing password.

Uninstall

bin/magento module:disable AimaneCouissi_CustomerAccountPasswordChangeAdminUi
composer remove --dev aimanecouissi/module-customer-account-password-change-admin-ui
bin/magento setup:upgrade
bin/magento cache:flush

Changelog

See CHANGELOG for all recent changes.

License

MIT

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.