docs: add cli user admin-password command for resetting admin password - #2471
Merged
Conversation
- `enterprise/user.md`: document the new CLI command for resetting the admin password via `greptime cli user admin-password`, covering both English and Chinese versions (nightly and v1.0) - note that the command must be invoked from a Metasrv instance and reads backend storage settings from a Metasrv config file Signed-off-by: Lei, HUANG <mrsatangel@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Documents the new greptime cli user admin-password command that resets the built-in admin password without manual KV store edits, across all four doc variants (EN/ZH × nightly/v1.0).
Changes:
- Add a "Resetting the Admin Password" bullet under the admin user section in English nightly and v1.0 docs.
- Add the equivalent Chinese translation in nightly and v1.0 docs.
- Note that the command must be invoked from a Metasrv instance and uses the Metasrv config for backend storage.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/enterprise/user.md | English nightly: adds CLI reset password documentation. |
| versioned_docs/version-1.0/enterprise/user.md | English v1.0: same addition. |
| i18n/zh/docusaurus-plugin-content-docs/current/enterprise/user.md | Chinese nightly translation. |
| i18n/zh/docusaurus-plugin-content-docs/version-1.0/enterprise/user.md | Chinese v1.0 translation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Deploying greptime-docs with
|
| Latest commit: |
3a3a92c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f09fa929.greptime-docs.pages.dev |
| Branch Preview URL: | https://docs-admin-password-reset-cl.greptime-docs.pages.dev |
shuiyisong
approved these changes
May 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
greptime cli user admin-passwordCLI command (from greptimedb-enterprise#631) for resetting the admin password without manually editing the KV store.Test plan