Hello,

Try this page. -->http://book.cakephp.org/view/648/Setting-up-
permissions
It is part of the turorial on Auth and ACL. It seems to work for me.

$group =& $this->User->Group;

$group->id = 2;
$this->Acl->deny($group, 'controllers');

Best Regards,
  Del

On May 20, 11:33 pm, hahmadi82 <[email protected]> wrote:
> Hi,
>
> I have set up my ACL based on this tutorial:
>
> http://komunitasweb.com/2009/03/cakephp-acl-tutorial-what-and-how/
>
> This tutorial has a user management system with add, delete, index, and edit
> functionality. The problem I'm having is that no matter how I set up my
> aros_acos permissions, the Users always have access to these pages once
> logged in.  I can deny them access:
>
> cake acl deny Group.3 Users all
>
> or not set it up at all, yet once they log in, they have access to all those
> views.  Please help, thanks!
>
> --
> View this message in 
> context:http://www.nabble.com/ACL-denying-access-issues-tp23644791p23644791.html
> Sent from the CakePHP mailing list archive at Nabble.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
-~----------~----~----~----~------~----~------~--~---

Reply via email to