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

Devise Mailer #5

Closed eduqg closed 4 years ago

eduqg commented 4 years ago

All user structure are defined. Configure devise mailer to recover password.

michaelogala commented 4 years ago

Hi, do you mind if I pick this up?

eduqg commented 4 years ago

Go on @andela-mogala ! :+1:

michaelogala commented 4 years ago

Thanks @eduqg. Just for clarity, what should be the expected behaviour when this task is completed. If you can put in the format below

eduqg commented 4 years ago

Hey @andela-mogala. I should have clarified before.

In the page for login, must have a link with 'Forgot password?'. When the user click on it, one email must be sent with a link to recover the password. After that, the user must be redirected to one page to update a new password.

Must be created one config.action_mailer in initializers/development.rb. This link might help.