Reputation: 1
I did everything for login in cakephp 3.2 but failed to login Auth->identify returns false. I tried with username and email both but its not working.I'm using default password hashing . Please help .
Upvotes: 0
Views: 252
Reputation: 29
Have You tried to clear Session in browser? In CakePHP2 I was having problem with Auth - once I was logged in than every time I call Auth->login it returns false because user was already logged.
Upvotes: 1