Re: Some questions about ACL

2010-01-19 Thread Douglas Pacheco Cardoso
Hi Joe, I understand, so I need to create a model for Steels / Rims? I thought it was not necessary. Exactly that I don't understand to join the ideas and build the admin page permissions. Thank you, Douglas Pacheco Cardoso 2010/1/19 Joe L tfl...@gmail.com Hi Douglas, I believe by using Groups

Some questions about ACL

2010-01-18 Thread Douglas Pacheco Cardoso
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

Re: Some questions about ACL

2010-01-18 Thread Joe L
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 dpacheco.i...@gmail.com 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

Re: Some questions about ACL

2010-01-18 Thread Joe L
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

Some questions about ACL implementation

2008-08-20 Thread martinp
Hopefully these aren't lame questions. Believe me, I've spent lots of time reading every tutorial I can find and lots of threads on this group. I still have a few questions though. 1. Many of the implementations of user groups in ACL have a UserGroup model (User belongsTo UserGroup), which is

Re: Some questions about ACL

2008-07-20 Thread Smelly_Eddie
I probably shouldn't say this but.. I gave up on Acl (for now!). For the same conflicting confusion i received after reading the articles listing here in the FAQs page. Before I knew about Acl I wrote my own method to authenticate users. I user a Users table, a Roles table. Users can login,