Login for the rest of the accounts in my devise system are functioning normally (seemingly). But one of the accounts is acting strange.
This user reset her password, which worked, and logged her in. But after she logged out. She was not able to log back in using that password. But instead of getting any error, the login page submitted and she was taken right back to the login form except no errors were displayed.
This continued to occur so she tried re-setting the password again to something different. Once again she was logged in after clicking the email link and once again after signing out, she was not able to sign back in with the new password. And again she was shown no error messages. It just appeared to refresh the login page.
She tried logging in with the new password on both Chrome and IE and had the same behavior so I don't think it's a browser issue.
She sent me the username and password and everything works fine on my computer which is running the same chrome browser version as hers.
We're using Rails 3.1.3 and the newest version of Devise.
Any ideas?