empowerhack / DrawMyLife-Service

API and Admin system for the Draw My Life initiative - Volunteers: check README and GitHub Projects to get started.
https://github.com/empowerhack/DrawMyLife-Service/projects
MIT License
13 stars 0 forks source link

FIX: Password reset #79

Closed krissy closed 7 years ago

krissy commented 8 years ago

What

The password reset functionality linked to the Devise gem is broken ๐Ÿ’ƒ

We need to investigate and fix it :)

krissy commented 7 years ago

As part of this ticket, you might want to set up mailcatcher on your machines https://mailcatcher.me/ (scroll down for rails instructions). This will โ€œcatchโ€ any emails you send locally and you can view them in your browser. This will help debug if the issue is local only or something to do with staging/production config

krissy commented 7 years ago

This issue has been addressed with the changes in https://github.com/empowerhack/DrawMyLife-Service/pull/135 - emails needed to be set up in general. cc @littlethao in case you still had this in progress!

steverabino commented 7 years ago

Done!