aimanecouissi / module-customer-account-password-change-admin-ui
Add a Password field to the Admin customer form
Package info
github.com/aimanecouissi/magento2-module-customer-account-password-change-admin-ui
Type:magento2-module
pkg:composer/aimanecouissi/module-customer-account-password-change-admin-ui
Requires
- php: ^8.3
- magento/framework: 103.0.*
README
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.