Re: Problem Auth Component | CakePHP 2.0.2

2011-11-10 Thread WebbedIT
i changed the form fields to username and password. could it be possible that may not use usr and pwd? It does not explicitly state this in the 2.0 documentation, but 'username' and 'password' have always been the default auth fields. This is inferred by the fact the param keys are called

Re: Problem Auth Component | CakePHP 2.0.2

2011-11-09 Thread Serkan Sipahi
.November 2011 Betreff: Re: Problem Auth Component | CakePHP 2.0.2 hi, that has not helped me(What if you try $this-Auth-login -- small 'l' in login?) ;( i dont know what i do wrong!! Debug is 2 and that give me no error!  Von: Davor Ilic webfa...@gmail.com

Re: Problem Auth Component | CakePHP 2.0.2

2011-11-08 Thread Davor Ilic
| CakePHP 2.0.2 hi, wft! why is this so difficult? I'm not stupid!! -- *Von:* Serkan Sipahi serkan.sip...@yahoo.de *An:* cake-php@googlegroups.com cake-php@googlegroups.com *Gesendet:* 18:09 Samstag, 5.November 2011 *Betreff:* Re: Problem Auth Component | CakePHP

Re: Problem Auth Component | CakePHP 2.0.2

2011-11-07 Thread Serkan Sipahi
Betreff: Re: Problem Auth Component | CakePHP 2.0.2 hi, wft! why is this so difficult? I'm not stupid!! Von: Serkan Sipahi serkan.sip...@yahoo.de An: cake-php@googlegroups.com cake-php@googlegroups.com Gesendet: 18:09 Samstag, 5.November 2011 Betreff: Re: Problem

Re: Problem Auth Component | CakePHP 2.0.2

2011-11-07 Thread Jeremy Burns | Class Outfit
Sipahi serkan.sip...@yahoo.de An: cake-php@googlegroups.com cake-php@googlegroups.com Gesendet: 15:08 Sonntag, 6.November 2011 Betreff: Re: Problem Auth Component | CakePHP 2.0.2 hi, wft! why is this so difficult? I'm not stupid!! Von: Serkan Sipahi serkan.sip...@yahoo.de An: cake-php

Re: Problem Auth Component | CakePHP 2.0.2

2011-11-06 Thread Serkan Sipahi
hi, wft! why is this so difficult? I'm not stupid!! Von: Serkan Sipahi serkan.sip...@yahoo.de An: cake-php@googlegroups.com cake-php@googlegroups.com Gesendet: 18:09 Samstag, 5.November 2011 Betreff: Re: Problem Auth Component | CakePHP 2.0.2 hi, thank you

Re: Problem Auth Component | CakePHP 2.0.2

2011-11-05 Thread Serkan Sipahi
Hi, I really need help. What is my cake mistake? Von: Serkan Sipahi serkan.sip...@yahoo.de An: cake-php@googlegroups.com cake-php@googlegroups.com Gesendet: 16:59 Donnerstag, 3.November 2011 Betreff: Problem Auth Component | CakePHP 2.0.2 hi Cake Community

Re: Problem Auth Component | CakePHP 2.0.2

2011-11-05 Thread Ryan Schmidt
On Nov 5, 2011, at 03:46, Serkan Sipahi wrote: I really need help. What is my cake mistake? I assume you need to do what it says in the documentation, and inform CakePHP that your username is stored in the field usr and the password is in the field pwd; see the part under To configure

Re: Problem Auth Component | CakePHP 2.0.2

2011-11-05 Thread Serkan Sipahi
-password('pwd');   //password echo $this-Form-end('Login'); Database: Table: users fields: usr, pwd Von: Ryan Schmidt google-2...@ryandesign.com An: cake-php@googlegroups.com Gesendet: 12:40 Samstag, 5.November 2011 Betreff: Re: Problem Auth Component | CakePHP 2.0.2

Problem Auth Component | CakePHP 2.0.2

2011-11-03 Thread Serkan Sipahi
hi Cake Community, CakePHP 2.0.2 OS: Windows7 Configure::write('debug', 2); Problem: My Auth Component is not working and i dont know why. Need Help. User Controller: ?php class UsersController extends AppController {         public $components = array('Auth','Security');