You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Password recovery is not working in either staging or production environments.
Ask
It's unclear what exactly is causing this issue. Please dig into this error message and/or Devise password recovery tokens and help clarify this issue. Then you or we can fix it! 😄
To Do
Research the source of this bug (share resources & info in comments on this issue)
Share resources & info discovered in the comments on this issue
Determine what code is causing the bug
Fix the bug
The text was updated successfully, but these errors were encountered:
It looks like there was a small issue in reset_password_instructions.html.erb. When devise gem was updated from 2.2.8 to 3.3.0 in Sept 26, 2014 a small bug was introduced because Devise version 3.1.0 changed how devise handled this view.
The Devise mailer and its views were changed to explicitly receive a token argument as @token. You will need to update your mailers and re-copy the views to your application with rails g devise:views
Description
![screenshot 2015-04-06 17 00 29](https://cloud.githubusercontent.com/assets/2766324/7012954/51ae7bc0-dc83-11e4-8ce1-d08a8987dc3b.png)
Password recovery is not working in either staging or production environments.
Ask
It's unclear what exactly is causing this issue. Please dig into this error message and/or Devise password recovery tokens and help clarify this issue. Then you or we can fix it! 😄
To Do
The text was updated successfully, but these errors were encountered: