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-update-identity/>

Provided by module: Access Control: Tags

Update imported information about an identity.

A request is made to all active import modules to query their external sources for new information about the specified user or group. The AC database is updated immediately so that the new information is available in the RXML code further down. If the identity doesn't exist already then it might get added by an import module if a new user with that username was created in the external source. The identity might also be removed if it has ceased to exist in the external source.

Note that some import modules doesn't support this kind of update. In that case nothing happens. The LDAP and AD importers supports it, at least.

This tag doesn't do anything on frontends since imports are disabled there.


Attributes

identity="{string, int}"

Username or numerical id of user or group to update. A username has to be used if the identity doesn't exist already.