akshatpradhan / spoutlets

A simple way to journal your life issues for your therapist to read
http://www.spoutlets.com
MIT License
2 stars 6 forks source link

Fix password reset #148

Closed akshatpradhan closed 11 years ago

akshatpradhan commented 11 years ago

Given I'm on http://www.spoutlets.com/signin When I click "Forgot Password" and When I enter akshat.ip@gmail.com and screen shot 2013-10-01 at 12 06 21 pm

When I receive the automated email and screen shot 2013-10-01 at 12 05 33 pm

When I click "Change my password"

URL currently looks like this in the production email: http://spoutlets.com/users/password/edit?reset_password_token=pozpPECw6qP4EcX2ZcE2

URL currently looks like this in the development email: http://localhost:3000/users/password/edit?reset_password_token=7AnuXR72qqV7S2Nq1vmC

Then I should see this page

screen shot 2013-10-01 at 12 01 18 pm

Instead, the link doesn't go anywhere

akshatpradhan commented 11 years ago

Figured out what's going on. It looks like the email coming in is for http://spoutlets.com/users/password/edit?reset_password_token=pozpPECw6qP4EcX2ZcE2

When it should really be http://www.spoutlets.com/users/password/edit?reset_password_token=pozpPECw6qP4EcX2ZcE2

akshatpradhan commented 11 years ago

Fixed: http://github.com/akshatpradhan/spoutlets/pull/150