Reputation: 33
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
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