eduqg / LifeToRemind

:notebook_with_decorative_cover: Rails website to help students to create career plans.
https://lifetoremindhub.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
11 stars 15 forks source link

Configure Devise mailer to send password recovery emails #16

Closed michaelogala closed 4 years ago

michaelogala commented 4 years ago

What

This PR addresses this issue https://github.com/eduqg/LifeToRemind/issues/5. Configuring Action Mailer options and setting up the UI so that users who want to reset their password have a way to do so.

Why

We need to be able to send password reset instructions to users when they forget their passwords.

Testing

Additional Information

eduqg commented 4 years ago

Good work :tada: