Brought to you and maintained by Trellis Commerce - A full-service eCommerce agency based in Boston, MA
Adds a new mass action when viewing the customers grid in admin that allows an admin to mass-reset the password of any selected customers.
Follow the instructions to install this extension using Composer.
composer require trellis/module-mass-reset-customer-password
bin/magento module:enable --clear-static-content Trellis_MassResetPassword
bin/magento setup:upgrade
bin/magento cache:flush
No configuration necessary.
- Login to Magento Admin.
- Navigate to Customers > All Customers
- Select any customers that need a password reset.
- Select "Reset password" from the Actions dropdown.
- Click "OK" in the confirmation prompt.
Expected Result
The standard Magento password reset email will be sent to any customers that where selected. The standard Magento email template contains a link the customer can click to set a new password for their account.