mirror of
https://github.com/beclab/Olares
synced 2026-04-21 13:37:46 +00:00
* docs: add CLI docs for user, upgrade, and disk commands * docs: update based on comments * docs: fix typo * docs: refine formatting and add description for argument * docs: resolve conflicts
577 B
577 B
user
The user command provides a set of tools to manage users in the Olares system. It allows administrators to create, activate, query, and remove users, as well as reset user passwords.
Subcommands
| Subcommand | Description |
|---|---|
activate |
Activates an existing Olares account. |
create |
Creates a new user. |
delete |
Deletes an existing user. |
get |
Retrieves details of a specific user. |
list |
Lists all users within the Olares cluster. |
reset-password |
Forcefully resets a user's password via the authentication provider. |