Sabina Khan
Sabina Khan

Reputation: 1

cakephp 3.2 $this->Auth->identify() returns false

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

Answers (1)

Entom
Entom

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

Related Questions