Skip to content

Users & Settings

import { Aside } from ‘@astrojs/starlight/components’;

The Users and Settings screens are available to Admins. Access them from the bottom of the sidebar.


Navigate to Users in the sidebar.

The Users screen shows all members of your organisation. Admins can invite new members, change roles, and remove users.

Users overview

Users table

ColumnDescription
NameUser’s display name
EmailAccount email address
RoleAssigned role(s)
VerifiedWhether the user has confirmed their email address
ActiveWhether the account is enabled

Click the edit icon on a user row to open the detail panel.

User detail panel

Here you can view the user’s full profile and change their role.

Click Invite User. Enter the recipient’s email address and select a role from the dropdown. Click Send Invite to dispatch the invitation.

The invitee receives an email with a registration link. When they register, they are added to your organisation with the role you selected. You can change their role at any time.

Role selection at invite time lets you onboard users with the right permissions immediately — no need to invite as Viewer first and then promote.

Sent invites appear in the users table with an Invited status. You can:

  • Resend an invite if the original link expired or was lost
  • Revoke an invite to cancel it before the recipient registers — the link becomes invalid immediately
  • Copy the invite link to share it through another channel

When a recipient clicks the registration link, the system validates the invite token. If the token is valid and not expired, the recipient proceeds to the registration form. If the token is invalid (revoked, expired, or already used), the system shows an error explaining the issue.

Admins are not billed for a seat until the invite is accepted and the user registers.

Click the edit icon on a user row. Select the new role from the Role dropdown and save.

RolePermissions
ViewerRead-only access to all resources
AdminFull read/write access; can manage users and settings

Click the delete icon on a user row and confirm. The user can no longer log in or access any resources.


Navigate to Settings in the sidebar.

Settings overview

The Settings screen is divided into sections:

  • Change Password — update your account password. Enter your current password, then your new password twice.

Configure notification preferences for your account (e.g. email alerts for task failures).

Options for managing your account, including account deletion. Deleting your account is permanent and cannot be undone.


Navigate to the account menu (top-right corner) and select Profile.

Profile overview

The Profile screen shows your display name, email address, and assigned role(s).


If you forget your password, click Forgot password? on the login screen. Enter your email and click Send Reset Link. You will receive an email with a link to set a new password (expires after a short period).