Administrative Tasks
Learn how to perform common administrative tasks within your self-hosted TileDB installation.
This section covers some common administrative tasks within your self-hosted TileDB installation and how to perform them.
Reset a user’s password
Typically, a user can reset their own password from the login page. In some cases, especially during testing and initial implementation, email support via SMTP might not be set up yet. Email support needs to be enabled for users to have self-service password resets. It is possible for a system admin to perform the reset for the user.
Bundled with the deployment is a utility command. You can access this command from inside the Kubernetes cluster deployment inside the tiledb-cloud-tiledb-cloud-rest
pod.
kubectl -n tiledb-cloud exec -it pods/tiledb-cloud-tiledb-cloud-rest-<deployment_id> -c tiledb-cloud-rest -- bash
$ tiledb-cloud-cli utils reset-password <username>
<deployment_id>
is your deployment id.<username>
is the username of the user whose password needs to be reset.
The output will contain a link for reset, which you can give directly to the user to allow them to set a new password.
Reset link: https://console.tiledb.example.com/reset_password?token=<token>
Please copy and paste in your browser's address balancer