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.
- 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.
- 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
- 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.
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