Re: ACL group based permission + Auth Component

2011-11-26 Thread sixthpoint
Here is my situation: I have 4 groups: - Administrator - Station Manager - Station DJ - Basic User They all have different permissions to different pages. But no individual user has special permissions outside his/her group. I have read through the cakephp documentation a few times now. I

Re: ACL group based permission + Auth Component

2011-11-24 Thread José Lorenzo
It is possible via creating a custom Authorization object, those objects act as plugins for the AuthComponent so you would not need any changes in the usual way you work with Auth. The main question is, do you really need ACL? I've seen lots of people wondering about ACL and after a short talk

ACL group based permission + Auth Component

2011-11-23 Thread sixthpoint
Can you use the ACL group based permission and the Auth Component with controller based permissions at the same time? Or were they meant to be used separately? And if you can use them together, which takes precedence in the order of operations? -- Our newest site for the community: CakePHP Video