Auth loginError problem

2011-04-10 Thread john lyles
I'm just wondering, does anybody know a reason why the loginError message would flash on the screen every time I log in, whether it be valid or invalid credentials? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http:

Re: auth->loginError

2008-08-27 Thread luigi7up
<[EMAIL PROTECTED]> wrote: > > > My > > $this->Auth->loginError ='Invalid username or password'; > > won't show on login.ctp view > > > This is what I have in app_controller: > >         var $components = array('Acl','Auth&#x

Re: auth->loginError

2008-08-27 Thread RichardAtHome
Have you added the code to your view to display the error? http://book.cakephp.org/view/564/displaying-auth-error-messages On Aug 27, 10:22 am, luigi7up <[EMAIL PROTECTED]> wrote: > My > $this->Auth->loginError ='Invalid username or password'; > won't show

auth->loginError

2008-08-27 Thread luigi7up
My $this->Auth->loginError ='Invalid username or password'; won't show on login.ctp view This is what I have in app_controller: var $components = array('Acl','Auth'); function beforeFilter(){ //Mijenja has