The creation-owner-acl-template tag specifies an ACL template that is used to generate an ACL fragment that applies to the owner (creator) of a newly created repository item. This is a standard format ACL string with a dollar sign ($) used to indicate the owner identity. No other identities may be used in the template.

Used in:

Example

The following example gives the owners of an item access rights to read, write, list, or destroy items they own:

<creation-owner-acl-template value="$:read,write,list,destroy;"/>
 
loading table of contents...