Reset Password
When using Internal security, any user password can be reset.
Requirements
All cluster nodes are completely shut down. See Startup/Shutdown for more information.
This command is run on the master node.
Syntax
{{< codeheader "Reset password command" >}}
<DREMIO_HOME>/bin/dremio-admin set-password \
-u <ACCOUNT_USER> \
-p <NEW_PASSWORD>
Options
To obtain a list of options on the command line:
{{< codeheader "List reset password command options" >}}
./dremio-admin set-password -h
Restore options:
{{< codeheader "Reset password command options output" >}}
-h, --help
show usage
-p, --password
password
-u, --username
username of user
If the --password option is specified without a value, the utility prompts for one interactively.
Example
This following example resets the password for user123.
{{< codeheader "Reset password example" >}}
./dremio-admin set-password -u user123 -p dremio123
Steps to Reset a Password
Make sure all cluster nodes are shut down.
On the master node, run the following command:
{{< codeheader "Reset password" >}}
$ <DREMIO_HOME>/bin/dremio-admin set-password -u <ACCOUNT_USER> -p <NEW_PASSWORD>Look for the confirmation message:
{{< codeheader "Confirmation message" >}}
...
Password changed