I am trying to allow access to some controllers.. but it seems it does
not work at all?
I am using latest version from SVN.. Also what is strange in windows
it works normal.. but in Ubuntu the login page sends the password in
plaintext does anybody know whats up with that ? :p

$this->Auth->authorize = 'controller';
                $this->Auth->userScope = array('User.active' => 1); //user 
needs to
be active.
                $this->Auth->loginAction = array('controller' => 'users', 
'action'
=> 'login');
                $this->Auth->loginRedirect = array('controller' => 'pages',
'display' => 'home');
                $this->Auth->logoutRedirect = '/';
                $this->Auth->allow("*");
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to