General Actions:
Log-in
Register
Wiki:
Main wiki
▼
:
Document Index
»
Space:
XWiki
▼
:
Document Index
»
Page:
XWikiUsers
Search
en
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Main wiki
»
XWiki Space
»
XWiki User Class
Wiki source code of
XWiki User Class
Last modified by
Administrator
on 2011/10/20 18:22
Content
·
Comments
(0)
·
Annotations
(0)
·
Attachments
(0)
·
History
·
Information
Hide line numbers
1: 1 Users 2: 3: * <a href="$xwiki.getURL("XWiki.Register","register")">Register a user</a> 4: 5: 1 Current Users 6: 7: #set ($sql = ", BaseObject as obj where obj.name=doc.fullName and obj.className='XWiki.XWikiUsers'") 8: #foreach ($item in $xwiki.searchDocuments($sql)) 9: * [$item] 10: #end 11: 12: 1 Admin 13: 14: * [XWikiUserTemplate] 15: * [XWikiUserSheet]