This documentation refers to CiviCRM 3.1, current stable version. Please put all the documentation fixes here!

Edit Group Leader Only


This page refers to CiviCRM 3.1.


Documentation Search


CiviCRM 3.1 Documentation

Support and Participation

Developer Resources


CiviCRM book!
Make sure to check out Understanding CiviCRM as well! You can also support this project by ordering a hard copy.

I don't understand how to allow a group leader to edit only that group's contacts.

ACLs are pretty similar to Drupal's current structure, so for the below case you'll do:

  • Lets assume the group is G
  • Create a new group AG. All contacts in AG will be able to edit group G
    create a new role called RG
  • Link RG and AG using the Users to Roles menu item
  • Create an ACL giving Role RG, Edit Permission on Group G

[Source. ]

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.