srinivas / module-passwordresetter
Customer Password Reset
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
README
Table of contents
Usage
To enhance customer security, Magento 2 does not offer a default feature for sending email reminders with a custom template to customers, prompting them to change their passwords.
Solution
Here is the solution: This module has been created to enhance customer login security. The customer has not changed his password for many days , then we will remind the customer to change the password through an email.Installation
Using Composer
- composer require srinivas/module-passwordresetter
- bin/magento setup:upgrade
- bin/magento setup:di:compile
or
- Click Code dropdown in githb & Download
- Unzip the file
- Create Directory(s) as app/code/Srinivas/PasswordResetter
- copy all above files and paste inside the folder PasswordResetter
- bin/magento setup:upgrade
- bin/magento setup:di:compile
Credits
Srinivas Gokarla
My name is Srinivas Gokarla and I'm the creator of this repo. I'm a Magento 2 Developer.