CakePHP 2.0.2 Auth

2011-11-24 Thread Lucas Amiune
Hi, everyone. I'm new on cake and i decided to start from de 2.0.2. And I'm kind of stuck in how users can login in my app. This are my Auth files: AppController class AppController extends Controller { public $components = array( 'Session', 'Auth'=array(

Re: CakePHP 2.0.2 Auth

2011-11-24 Thread gloop
Looks good. Are the fields are the same in your database? (usrname/password) Any exceptions? On 23 Nov., 19:27, Lucas Amiune lucastin...@gmail.com wrote: Hi, everyone. I'm new on cake and i decided to start from de 2.0.2. And I'm kind of stuck in how users can login in my app. This are my