CakePHPでログイン処理を実装したとき嵌ってしまったのでメモ。
Controllerのログイン処理部分
$this->Auth->login()
ではなく
$this->Auth->login($this->request->data)
で動きました。
こんなので手間取ってしまいました…
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
CakePHPでログイン処理を実装したとき嵌ってしまったのでメモ。
Controllerのログイン処理部分
$this->Auth->login()
ではなく
$this->Auth->login($this->request->data)
で動きました。
こんなので手間取ってしまいました…
Register as a new user and use Qiita more conveniently
Go to list of users who liked