trellis / module-mass-reset-customer-password
Allows an admin to mass reset customer passwords.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 1
Open Issues: 1
Type:magento2-module
Requires
- php: ~7.3.0||~7.4.0
- magento/module-customer: *
This package is auto-updated.
Last update: 2025-06-10 03:53:06 UTC
README
Brought to you and maintained by Trellis Commerce - A full-service eCommerce agency based in Boston, MA
Trellis Mass Reset Customer Password
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.
Installation Instructions
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
Configuration
No configuration necessary.
Usage Instructions
- 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.