Browsing / Editing Users
USERLIST iterator
Provides Context CTX_USERLIST requires Aide Status/ Loads the actualy available Users from the server
This list is sortable by the usual HTTP-sortparameters:
| http Param | Purpose |
|---|---|
| SortOrder | Forward/Reverse sort the userlist before iterating |
| SortBy | Criterion to sort the list by; see below. |
| Sort Name | Purpose |
|---|---|
| user:name | Name; sort alphabetical by the Loginname |
| user:accslvl | Accesslevel; sort by the rights of the user |
| user:nlogons | nLogons; sort by the number of times the users logged in |
| user:uid | ID; sort by the integer representation of the user; probably reproduces the sequence they were created |
| user:lastlogon | LastLogon; sort by their last action date |
| user:lastlogon | nLogons; sort by their number of consumed sessions |
| user:nmsgposts | Posts; sort by their activity level |
User data
Requires Context CTX_USERLIST
| Replacer | content |
|---|---|
| USERLIST:USERNAME | Loginname of the user to edit / display (escapable by “X”) |
| USERLIST:UID | The integer Userid of the actual user |
| USERLIST:ACCLVLNO | Access Level of the user |
| USERLIST:ACCLVLSTR | I18N'ed Stringrepresentation of the user Access Level |
| USERLIST:LASTLOGON:STR | Time the user logged in last time; String Representation |
| USERLIST:LASTLOGON:NO | Time the user logged in last time; Integer representation |
| USERLIST:NLOGONS | How many times did this user log on? |
| USERLIST:NPOSTS | Number of messages this user posted |
| USERLIST:FLAGS | Flags of this user; just available while inspecting one user |
| USERLIST:DAYSTILLPURGE | Days remaining till this user will be purged; just available while inspecting one user |
Conditionals
COND:USERNAME
Context: USERLIST Checks whether the contexts userlists UID is the one specified by 'usernum' or the Username is the same as specified by 'username'.
COND:USERACCESS
Requires Context CTX_USERLIST
| Parameters | Type | Description |
|---|---|---|
| 3 | int | accesslevel to compare the context users to |
COND:USERLIST:FLAG:USE_INTERNET
Requires Context CTX_USERLIST does the context user have access to internet email? just available in display_edituser