Changes for page Query Users
Last modified by bougault on 2023/09/28 17:01
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,4 @@ 1 -{{velocity}} 1 +{{velocity output="no"}} 2 2 #set($query = $services.query.xwql("from doc.object(XWiki.XWikiUsers) as users")) 3 3 #set($users = $query.execute()) 4 4 #set($warnings = []) ... ... @@ -15,7 +15,6 @@ 15 15 #set($warnings = $warnings.add("user $userId email does not match privacy rules")) 16 16 #end 17 17 #end 18 -$warnings 19 19 {{/velocity}} 20 20 21 21 {{velocity}} ... ... @@ -28,3 +28,10 @@ 28 28 </ul> 29 29 {{/html}} 30 30 {{/velocity}} 30 + 31 +{{velocity}} 32 + 33 +{{html clean="false"}} 34 +$warnings 35 +{{/html}} 36 +{{/velocity}}