Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Password Recovery Token bug #380

Open
4 tasks
courte opened this issue Apr 6, 2015 · 2 comments
Open
4 tasks

Fix Password Recovery Token bug #380

courte opened this issue Apr 6, 2015 · 2 comments
Labels

Comments

@courte
Copy link
Member

courte commented Apr 6, 2015

Description
Password recovery is not working in either staging or production environments.
screenshot 2015-04-06 17 00 29

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
@ADStrovers
Copy link

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.

Changelog: https://github.com/plataformatec/devise/blob/master/CHANGELOG.md

Specific Lines:

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

  • deprecations

Token authentication is deprecated

@acrogenesis
Copy link
Member

has this been fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants