http://onionworks.net/2006/data/personalization
leaveGroup (groupReference : xlink) : boolean
The method “leaveGroup” removes the user currently logged in from a group. The logged-in user must be the user administrator for this.
If successful, “true” is returned as the return value, otherwise “false”.
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:user="http://onionworks.net/2006/data/personalization" xmlns:onion="http://onionworks.net/2004/data" version="1.0">
<xsl:template match="/">
</xsl:stylesheet><xsl:if test="user:login('testuser', 'test')">
</xsl:template><xsl:choose>
</xsl:if><xsl:when test="user:leaveGroup('onion://usermanagement/groups/123')">
The user was successfuly removed from the group 'Editor'.
</xsl:when>
<xsl:otherwise>The user could not be removed from the group.</xsl:otherwise>
</xsl:choose>Removing users from a group