class UserCollectionController (View source)

The user collection class provides all methods for creating and loading user accounts.

Methods

static Response
createUser()

Add user account based on $_POST.

static Response
edit()

Optionally remove posted accounts and return the accounts grid.

static string
install()

Install the first user account.

static Response
inviteUser()

Invite a new user by email.

Details

static Response createUser()

Add user account based on $_POST.

Return Value

Response the response object

static Response edit()

Optionally remove posted accounts and return the accounts grid.

Return Value

Response the response object

static string install()

Install the first user account.

Return Value

string Error message in case of an error

static Response inviteUser()

Invite a new user by email.

Return Value

Response a response object