X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Ftemplates%2Fcivicrm_acl.tpl;h=4ab2ffd1f8b7706fd0b7f36c94a6c0ad3aa2c12f;hb=07e77fbc93b2162924d3cb8ac8fcb914cf6d5b57;hp=92a24280ac3f16f33037516f98f387f2f702c741;hpb=c629ab64c686544904e126a3cab6f4fa0bc57d0e;p=civicrm-core.git diff --git a/xml/templates/civicrm_acl.tpl b/xml/templates/civicrm_acl.tpl index 92a24280ac..4ab2ffd1f8 100644 --- a/xml/templates/civicrm_acl.tpl +++ b/xml/templates/civicrm_acl.tpl @@ -28,8 +28,8 @@ -- sample acl entries -- Create ACL to edit and view contacts in all groups -INSERT INTO civicrm_acl (name, deny, entity_table, entity_id, operation, object_table, object_id, acl_table, acl_id, is_active) -VALUES +INSERT INTO civicrm_acl (name, deny, entity_table, entity_id, operation, object_table, object_id, acl_table, acl_id, is_active) +VALUES ('Edit All Contacts', 0, 'civicrm_acl_role', 1, 'Edit', 'civicrm_saved_search', 0, NULL, NULL, 1), ('Core ACL', 0, 'civicrm_acl_role', 0, 'All', 'access CiviMail subscribe/unsubscribe pages', NULL, NULL, NULL, 1), ('Core ACL', 0, 'civicrm_acl_role', 0, 'All', 'access all custom data', NULL, NULL, NULL, 1),