How to start an XWiki access-rights review

Version 2.8 by Agnease on 2026/06/08 18:08
Warning
For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:resources.xwiki-access-rights-review]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

#set ($query = "from doc.object(XWiki.XWikiRights) rights order by doc.fullName asc")
#set ($pages = $services.query.xwql($query).execute())

#if ($pages.isEmpty())
 No pages with local XWiki rights were found.
#else
 |= Page |= Local rights found
  #foreach ($page in $pages)
   | [[$page]] | yes
  #end
#end

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [xwiki:resources.xwiki-access-rights-review]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.