[symfony-users] ACL Groups

2011-03-10 Thread Alvaro Garcia
Hi! ACL in Symfony 2 is wonderful but I can't find how to manage groups. In my app I haver users and user groups. Every user can create their own groups and this groups contains the user friends. A user can be contained into several groups. Now I want to protect some objects (photos and

Re: [symfony-users] ACL Groups

2011-03-10 Thread Johannes Schmitt
Technically, you can use the UserSecurityIdentity for that, but I think a better approach would be to use roles. Kind regards, Johannes On Thu, Mar 10, 2011 at 10:28 AM, Alvaro Garcia maxpo...@gmail.com wrote: Hi! ACL in Symfony 2 is wonderful but I can't find how to manage groups. In my