Hi Douglas, I believe by using Groups for authentication is one way to go with it.
Firstly u could setup the permission for the GROUP as mention in Cakephp tutorial as below http://book.cakephp.org/view/648/Setting-up-permissions Then you can assign the USER(s) to that GROUP. When it comes to the admin page, you could setup an EDIT page for the ACL table for modifying the GROUP's permission to access to different controllers. And also setup an EDIT page USER table for modifying USER belong to which GROUP. Does that answer your question? On Jan 19, 10:03 am, Joe L <[email protected]> wrote: > Could I clarify, are you asking how to create an admin page to modify > the user permissions? > > On Jan 19, 3:48 am, Douglas Pacheco Cardoso <[email protected]> > wrote: > > > Hi, how are you? I'm a new membership... > > > Please, i want to use ACL to do control of permissions on my system. > > I > > understand how it works, how to check permissions and more, but i > > don't know getting to join ideas to create one page for manage of > > this > > permissions. > > > Example: > > I want to select the user and set for this user permissions in > > certain > > pages. I'll to use groups in the future, but if I have a example, > > help > > me much. > > > Anybody have some example for me? Don't need source code, only > > ideas... > > > Thank you, > > Douglas Pacheco Cardoso
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
