mkleine / magento-customer-helper
Sends an email after a given time range to customers which failed to login
Installs: 58
Dependents: 0
Suggesters: 0
Security: 0
Stars: 18
Watchers: 5
Forks: 5
Open Issues: 0
Type:magento-module
Requires
- php: >=5.3.0
- magento-hackathon/magento-composer-installer: *
This package is auto-updated.
Last update: 2024-10-24 14:51:28 UTC
README
Sends an email after a given time range to customers which failed to login.
- A customer tries to logon several times with a wrong password
- Failed tries will be logged into the database
- If the logon is successful, the fail entry will be deleted from the database
- A cron job checks for customers which failed to login every 10 minutes
- All customers are informed by mail that they failed to logon
- The customer uses a link in the mail to reset their password
- Everyone is happy :)
This extension should stop frustration of customers if they fail to logon because of forgotton passwords.
By Matthias Kleine (http://mkleine.de)