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

Add a Password field to the Admin customer form

Maintainers

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

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2026-04-30 21:31 UTC

This package is auto-updated.

Last update: 2026-04-30 21:38:54 UTC


README

Latest Stable Version Total Downloads Magento Version License PHP Version Require

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