Changes for page How to start an XWiki access-rights review
Last modified by Agnease on 2026/06/08 18:37
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -201,10 +201,9 @@ 201 201 <code>XWiki.XWikiRights</code> objects. It is not a complete audit, but it gives you a practical first list of 202 202 places where local rights may exist. 203 203 </p> 204 -{{/html}} 205 -{{/velocity}} 206 206 207 207 {{code}} 206 +{{velocity}} 208 208 #set ($query = "select distinct doc.fullName from XWikiDocument doc, BaseObject obj where obj.name = doc.fullName and obj.className = 'XWiki.XWikiRights' order by doc.fullName asc") 209 209 #set ($pages = $services.query.xwql($query).execute()) 210 210 ... ... @@ -216,10 +216,9 @@ 216 216 | [[$page]] | yes 217 217 #end 218 218 #end 218 +{{/velocity}} 219 219 {{/code}} 220 220 221 -{{velocity}} 222 -{{html clean="false"}} 223 223 <p> 224 224 Use the result as a starting point. Each page should be reviewed in context: why local rights were added, which 225 225 users or groups are affected, whether rights apply only to that page or to a hierarchy, and whether the exception