symfony - sfDoctrineGuard - restricting user creation based on group credentials
问题 I am currently in the process of developing a fairly large and complex user management system using sfDoctrineGuard I have created 4 groups, editors , moderators , admins and superadmins . What I'm looking to do, is restrict certain users in the admin to be able to create/view/edit other users in the sfGuardUser admin module. So for example a superadmins user can create editors , moderators , admins and other superadmins , but a moderator can only create editors . Is this possible in