Skip to content

Instantly share code, notes, and snippets.

@kalenjordan
Created March 26, 2015 15:17
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kalenjordan/ddff36f701bc3756133f to your computer and use it in GitHub Desktop.
Save kalenjordan/ddff36f701bc3756133f to your computer and use it in GitHub Desktop.
Safer Magento Registration Emails

Safer Magento Registration Emails

This is a little idea for a module maybe for a hackathon or something. Magento includes passwords in plain text in registration emails by default. In some cases you can just suppress the password, but in other cases you can't - for example if you have customer service reps creating accounts over the phone that need to generate password and send them to customers.

So - how about integrating with readthenburn.com to send email passwords, or perhaps generating temporary password that expire after a day or two, requiring them to use the forgot password if they didn't login by that time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment