0

I am using Rails 4.1.5 and devise 3.4.1 and have the following problem with reseting my passwords.....

This is the correct password login screen

After I enter the new password and press enter I get the following...(Note: on the account the password was changed successfully, but a user would never know this based on this output unless they had the tenacity to try the new password)

enter image description here

In my interpretation it is changing the password correctly and reloading the page, so the error message may be valid BUT it should display that the reset was successful!

I can also post my edit.html.erb or devise.en.yml or devise.rb if that is helpful....I'm totally stuck and don't understand where to start.

  • http://stackoverflow.com/questions/19018657/rails-4-devise-password-reset-is-always-giving-a-token-is-invalid-error-on – Ahmad Al-kheat Mar 25 '15 at 16:29
  • This is my code - '

    <%= link_to 'Change my password', edit_password_url(@resource, reset_password_token: @token) %>

    '. I think that SO post is before my issue
    – whoaaallamapajama Mar 25 '15 at 16:51

0 Answers0