Hello everybody,

for a weeks, i struggle learning about ACL. Then, i have something weird
in my app. I'm using $this->Auth->authorize = 'crud'; in my
app_controller.php.

Every i'm trying to logout, this is happend :

Auth::startup() - Attempted access of un-mapped action "logout" in
controller "users" [CORE/cake/libs/controller/components/auth.php, line
471]

But, when i add $this->Auth->actionMap['logout'] = 'read'; 
in my app_controller, everything works!

It's weird when Auth logout must set in actionMap.

can help me? 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to