RoxenCMS 5.4Web Developer ManualAccess Control Tags

   

<ac-add-identity>
<ac-add-ppoint>
<ac-change-handle>
<ac-change-name>
<ac-change-password>
<ac-cookie-auth>
<ac-cookie-logout>
<ac-disable-auths>
<ac-enable-auths>
<ac-remove-identity>
<ac-remove-ppoint>
<ac-set-identity-data>
<ac-set-membership>
<ac-set-permission>
<ac-update-identity>

<ac-set-membership/>

Provided by module: Access Control: Tags

Set the type of membership for an identity in a group.


Attributes

identity="{string, int}"

Username or numerical id of user of group to change memberships for.


group="{string, int}"

Username or numerical id of the group to include/exclude the identity from.


type="{member, non-member, clear}"

Type of membership

ValueMeaning

member

Explicit membership

non-member

Explicit non membership

clear

Remove any explicit type of membership. Memberships are allowed to be inherited.