Skip to content

Users

The Settings → Users section lets administrators create, edit, and delete user accounts.

FieldDescription
EmailUnique identifier and login credential
NameDisplay name
RoleAssigned RBAC role (determines permissions)
StatusActive or disabled
  1. Go to Settings → Users
  2. Click Add User
  3. Enter email, name, and assign a role
  4. Click Create

The user receives an invitation email (if email is configured) or you can share the password manually.

Click the edit icon in the user row to modify name, role, or status. You cannot change a user’s email after creation.

To temporarily revoke access without deleting the account, set the user’s status to Disabled. The user’s notebooks and resources are preserved.

Click the delete icon. User account is removed but their Kubernetes resources (notebooks, etc.) are not automatically deleted. Reassign or delete those manually.

An initial admin account is created during deployment using the ADMIN_EMAIL and ADMIN_PASSWORD environment variables. Change the admin password immediately after first login.

Admins can reset any user’s password from the Users list. Users can also reset their own password via the login page if email is configured.