Skip to content
This page is a translation of the authoritative Chinese source and may lag behind.View the original

Console user management

Console users (ConsoleUser) are the management accounts for logging into the console. The only roles that can log in to the console are admin and monitor (normal_user is not a console login account, see below). This page covers how to create/edit/disable/delete console users from a UI-operations perspective. For role permissions, see Console login and roles.

Entry: Console → Console Users (admin only).

Note the distinction between two kinds of "users": console users govern "who can enter the console", while access keys govern "who can call the API" (see Access key and key group fields).

Management

ActionHowDescription
CreateList → NewFill in username, password (≥8), display name, role, enabled
EditList → EditUsername is read-only; password can be left blank to keep unchanged
Reset passwordList → Reset passwordFill in a new password (≥8), optionally revoke all of that user's sessions
DisableList → toggle statusAfter disabling, login is impossible and existing sessions are revoked
DeleteList → DeleteYou cannot delete/disable yourself

Create form: choose role admin or monitor (console accounts; see "Role description" below for meanings); enabled is on by default, and turning it off means the user cannot log in. normal_user is not a console login role (only has API-key usage rights) and does not need to be created here.

Console user fields

FieldDescription
UsernameLogin name, unique
PasswordStored as a bcrypt hash, never exposed in API responses
Display nameUsed for UI display
Roleadmin / monitor (console accounts)
EnabledTurning off revokes sessions

Role description

RolePositionVisible pages
adminFull administratorAll pages, all operations
monitorRead-only monitoringOverview, Statistics, Logs, Settings (read-only)

normal_user is not a console login account — it only has API-key usage rights and is outside this page's management scope. For page visibility details, see Console login and roles.

FAQ

Q: What happens after disabling a console user? That user's existing sessions are revoked immediately and login becomes impossible. After re-enabling, login is possible again.

Q: After deleting a console user, what happens to the access keys they created? The key's created_by field is cleared, turning it into a legacy key (visible only to admin); the key itself still works. To fully clean up the key, operate on it separately.

Q: Can normal_user log in to the console or manage console users? No. normal_user cannot log in to the console (only has API-key usage rights); console user management itself is also admin-only.

Q: How do I force a user to log in again? An admin resets that user's password, or disables then re-enables, or directly checks "revoke all of that user's sessions" when resetting the password.

Q: Can I delete/disable myself? No. The system prevents administrators from accidentally deleting/disabling their own account.

Next: Console login and roles for login and role permissions; Access key and key group fields to manage caller credentials; Audit and security configuration for password policy and security settings.