-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from TrellisCommerce/develop
Update README.md
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ selected customers. | |
Follow the instructions to install this extension using Composer. | ||
|
||
``` | ||
composer config [email protected]:TrellisCommerce/module-mass-reset-customer-password.git | ||
composer config repositories.trellis/module-mass-reset-customer-password git [email protected]:TrellisCommerce/module-mass-reset-customer-password.git | ||
composer require trellis/module-mass-reset-customer-password | ||
bin/magento module:enable --clear-static-content Trellis_MassResetPassword | ||
bin/magento setup:upgrade | ||
|
@@ -28,4 +28,4 @@ No configuration necessary. | |
**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. | ||
email template contains a link the customer can click to set a new password for their account. |