kiwicommerce / module-customer-password
Magento 2 - Customer Password
Installs: 55 238
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 3
Forks: 16
Open Issues: 10
Type:magento2-module
pkg:composer/kiwicommerce/module-customer-password
Requires
- magento/framework: >=100.0.0
- magento/module-backend: >=100.0.0
- magento/module-customer: >=100.0.0
This package is auto-updated.
Last update: 2025-10-30 11:29:47 UTC
README
Overview
The KiwiCommerce_CustomerPassword module allows administrators to change customer passwords directly from the admin panel in Magento 2. This module enhances the admin's ability to manage customer accounts efficiently.
Features
- Admins can change customer passwords directly from the customer edit page.
- Sends a notification email to customers when their password is changed by an admin.
- Secure password handling to ensure customer data privacy.
Installation
- Download the latest the customer password extension from here
- Download the module package and extract it.
- Copy the extracted files to
app/code/KiwiCommerce/CustomerPassword. - Enable the module:
bin/magento module:enable KiwiCommerce_CustomerPassword
- After install the extension, run the following command
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
Usage
- Log in to the Magento admin panel.
- Navigate to
Customers>All Customers. - Select a customer you wish to change the password for and click
Edit. - In the customer edit page, you will find a section to change the customer password.
- Enter the new password and confirm it.
- Save the changes.
Contribution
Well unfortunately there is no formal way to contribute, we would encourage you to feel free and contribute by:
- Creating bug reports, issues or feature requests on Github
- Submitting pull requests for improvements.
We love answering questions or doubts simply ask us in issue section. We're looking forward to hearing from you!
- Follow us @KiwiCommerce
- Email Us
- Have a look at our documentation