You can use the modify-password command to reset the password of the UI or the system user.
| Command | Description | Usage | Examples |
|---|---|---|---|
| modify-password
|
Reset the password of the UI or the system user (cli) modify-password [-h] |
modify-password [-h] {system, ui} |
modify-password system modify-password ui |
| Flag | Description |
|---|---|
| positional arguments: {system, ui}
optional arguments: -h, --help |
Example invocations: modify-password ui [-h] --user USER
modify-password system [-h] --user {support,consoleuser}
|