UserCollectionController
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 string
install()
Install the first user account.
static Response
inviteUser()
Invite a new user by email.
Details
at line 118
static string
install()
Install the first user account.