Closed akshatpradhan closed 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
Given I'm on http://www.spoutlets.com/signin When I click "Forgot Password" and When I enter akshat.ip@gmail.com and
When I receive the automated email and
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
Instead, the link doesn't go anywhere