Admin interface
During installation, you should've created a super user account. This account can be used
to log in to the admin interface, which is available at /admin
on your server.
E.g. if your server is hosted at http://localhost
, visit http://localhost/admin
and log in with the super user account.
User accounts
User accounts can be created manually by an administrative user (including the super user), by email invitation, or by open signup if enabled.
Manually add user
To manually create a user, log in to the admin interface as described above. Under the Custom User header, there's a row labeled Users. Click the + Add button to create a new user. All that's needed is an email address and password.
Invite user by email
To invite a user by email to create an account, simply click the + Add button under the Invitations header, and enter their email address.
Group administration
Groups can be added or modified in the admin interface by the super user (the account created during installation) or users marked as "staff".
Add a group
Under the Authentication and Authorization header, there's a row labeled Groups. Click the + Add button to create a new group. Give the group a name. Leave the Permissions box blank. In the Users box, add users to the group by double-clicking them, or use the add/remove arrows between the Available Users and Chosen Users boxes. Click the Save button at the bottom right when done.
Modify group membership
Under the Authentication and Authorization header, there's a row labeled Groups. Click the word Groups, then select a group from the list. Adjust the group membership by selecting users from the list, and using the add/remove arrows between the Available Users and Chosen Users boxes. Click the Save button at the bottom right when done.