Method |
Description |
|
add ( ) |
Create a user. |
|
applicantCount ( ) |
Show how many applicants are in the queue. |
|
applicants ( ) |
Show applicants queue. |
|
approve ( integer $UserID = '' ) |
Approve a user application. |
|
authenticate ( ) |
|
|
autoComplete ( ) |
Autocomplete a username. |
|
ban ( type $UserID, $Unban = false ) |
Ban a user and optionally delete their content. |
|
browse ( mixed $Keywords = '', integer $Page = '', string $Order = '' ) |
Page thru user list. |
|
decline ( integer $UserID = '' ) |
Decline a user application. |
|
delete ( integer $UserID = '', string $Method = '' ) |
Delete a user account. |
|
delete2 ( ) |
|
|
deleteContent ( $UserID ) |
|
|
edit ( integer $UserID ) |
Edit a user account. |
|
emailAvailable ( string $Email = '' ) |
Determine whether user can register with this email address. |
|
index ( mixed $Keywords = '', integer $Page = '', string $Order = '' ) |
User management list. |
|
initialize ( ) |
Highlight menu path. Automatically run on every use. |
|
merge ( ) |
|
|
save ( ) |
|
|
sso ( boolean $UserID = false ) |
|
|
summary ( string $SortField = 'DateLastActive', string $SortDirection = 'desc', integer $Limit = 30, integer $Offset ) |
Convenience function for listing users. At time of this writing, it is
being used by wordpress widgets to display recently active users. |
|
tagSearch ( $q, integer $limit = 10 ) |
JSON output of a username search. |
|
usernameAvailable ( string $Name = '' ) |
Determine whether user can register with this username. |
|
verify ( $UserID, $Verified ) |
|
|