mkleine/magento-customer-helper

Sends an email after a given time range to customers which failed to login

Maintainers

Package info

github.com/klein0r/magento-customer-helper

Homepage

Type:magento-module

pkg:composer/mkleine/magento-customer-helper

Statistics

Installs: 59

Dependents: 0

Suggesters: 0

Stars: 18

Open Issues: 0

v1.0.0 2013-12-08 20:07 UTC

This package is auto-updated.

Last update: 2026-02-24 17:39:02 UTC


README

Sends an email after a given time range to customers which failed to login.

  1. A customer tries to logon several times with a wrong password
  2. Failed tries will be logged into the database
  3. If the logon is successful, the fail entry will be deleted from the database
  4. A cron job checks for customers which failed to login every 10 minutes
  5. All customers are informed by mail that they failed to logon
  6. The customer uses a link in the mail to reset their password
  7. 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)