user2792419
user2792419

Reputation: 33

RoR Devise: Always returns "Invalid Email or password" since a major update to the code

I did a major code update, and post which all email/passwords have stopped working. Not sure what to do, or what the issue is, want to get an idea of what could be possible reasons for this.

Its working fine for any new signups or any passwords that are reset.

Possible issues could be: 1. I changed the session store to activerecord from cookie session store

Upvotes: 0

Views: 66

Answers (1)

AME
AME

Reputation: 2302

Do you use git? If yes you can view the difference between the new code and the old one. Then you should be able to track down the changes fix the bugs.

You need the command.

git diff

Upvotes: 1

Related Questions