Failed to execute template. Cause: [Access denied when checking [script] access to [xwiki:Collaboratory.UX.HbpSkin.WebHome] for user [xwiki:XWiki.Admin]]. Click on this message for details.

Query Users - HBP Wiki

IAM21 instance, do not create collab nor modify a team, your changes will be lost


Changes for page Query Users

Last modified by bougault on 2023/09/28 17:01

From version 11.4
edited by bougault
on 2023/09/28 14:13
Change comment: There is no comment for this version
To version 11.5
edited by bougault
on 2023/09/28 17:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -28,7 +28,7 @@
28 28  </ul>
29 29  <ul>
30 30  #foreach($user in $userIds)
31 - <li>$user</li>
31 + <li>$user.replaceFirst('XWiki.', '')</li>
32 32  #end
33 33  </ul>
34 34  {{/html}}