lgraba / Prty

A small Laravel application for me to play around with
1 stars 0 forks source link

Password reset and Account Activation #2

Open lgraba opened 9 years ago

lgraba commented 9 years ago

Early in the project I took out some password reset stuff from the User model. I would like to add that back in at a later date and combine that with mailing to provide email contact with both the new user (for account confirmation) and the user that has lost a password (for reset). See PHPAuthentication project.

lgraba commented 9 years ago

Account alerts via email would be nice, too - new messages, etc.