Users
Status: Current
Last reviewed: 2026-05-13
Route: /settings/users
The users page lists accounts and allows admins to create new accounts.
Permissions
Listing and creating users requires admin.
User Table
| Column | Meaning |
|---|---|
| Username | Account username. |
| Role | admin, operator, or viewer. |
| Status | Active or disabled. |
| Last Login | Last login timestamp when available. |
| Created | Account creation date. |
| Actions | Delete button placeholder. |
Create User
- Open Users.
- Click Add User.
- Enter username.
- Enter password.
- Select role.
- Click Create.
Password rules are currently enforced by the create API and database behavior. The current account password-change path requires at least 8 characters; use the same minimum for newly created accounts.
Roles
| Role | Use |
|---|---|
admin | Platform owner or trusted operator with credential and user access. |
operator | Day-to-day network operator. |
viewer | Read-only reviewer or observer. |
Delete User Limitation
The current frontend delete action displays an alert because a delete-user API route is not implemented. Disable/delete workflows need backend support before they can be completed from the console.