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.
Build Tests
Code Quality
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
Share This Module's Status
README
Loaded from GitHubAimaneCouissi_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
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.