Re: Looking for an experienced CakePHP developer

2016-03-23 Thread abdessamad kassasse
maybe i can help U 2016-03-23 20:27 GMT+01:00 majna : > Hi, > > I'm looking for an experienced CakePHP 2.x developer, freelance, remote, > long-term. > Please LMK if you know somebody. > > Thanks! > majna > > -- > Sign up for our Newsletter for updates. >

if($this->Auth->login($this->request->data)) Return true with right or wrong password and iden

2015-09-19 Thread abdessamad kassasse
i will show my code utilisateurcontroller public function login() { debug($this->Session->read()); if($this->request->is('post')) { print_r($this->request->data); if($this->Auth->login($this->request->data)) {