On Tue, Dec 16, 2008 at 8:34 AM, Liebermann, Anja Carolin <[email protected]> wrote: > > Another strange thing: my user has no rights to logout. > > Question: What are the proper permissions for the user controller? Do I have > to set the permissions for login and logout? > I have heard here be some, who said never give permission to login, others > wrote, yes, do so. > > How are your permissions on users controller if you use Auth and ACL? > > Anja
I personally have a beforeFilter making login and logout pubic. Tehcnically, only login needs to be public. -- Fedora 9 : sulphur is good for the skin ( www.pembo13.com ) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
