XWiki User Class
1 Users
- <a href="$xwiki.getURL("XWiki.Register","register")">Register a user</a>
1 Current Users
#set ($sql = ", BaseObject as obj where obj.name=doc.fullName and obj.className='XWiki.XWikiUsers'")
#foreach ($item in $xwiki.searchDocuments($sql))
- [$item]
#end
1 Admin
- [XWikiUserTemplate]
- [XWikiUserSheet]
Class Properties
- First Name (first_name: String)
- Last Name (last_name: String)
- e-Mail (email: Email)
- Password (password: Password)
- Validation Key (validkey: Password)
- Active (active: Boolean)
- Full Name (fullname: String)
- Company (company: String)
- Default Language (default_language: String)
- Blog (blog: String)
- Blog Feed (blogfeed: String)
- Comment (comment: TextArea)
- IM Type (imtype: Static List)
- imaccount (imaccount: String)
- Default Editor (editor: Static List)
- User type (usertype: Static List)
- Enable extra accessibility features (accessibility: Boolean)
- City (city: String)
- Underline links (underline: Static List)
- Country (country: String)
- Display Hidden Documents (displayHiddenDocuments: Boolean)
- Time Zone (timezone: Time Zone)
- skin (skin: Page)
- Preferred page width (pageWidth: Static List)
- Avatar (avatar: String)
- Phone (phone: String)
- Address (address: TextArea)
- Enable extension conflict setup (extensionConflictSetup: Boolean)
- Email address verified (email_checked: Boolean)
- You can use the class editor to add or modify the class properties.
Existing Pages
Class Sheets
View the sheet page (XWiki / Profil de XWikiUserSheet) »