TCM: document the `change-password` and `restore-admin` commands
@maryiaLichko is already working on this.
Since Jan 26, 2026.
- Dominant language
- CSS
- Stars
- 15
- Forks
- 49
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 3
Description
Product: TCM
Since: ?
Root document: https://www.tarantool.io/ru/doc/latest/tooling/tcm/
SME: feedback from @ tecl1s @ oleg-jukovec
Details
Максим Фролов (05.12.2025 09:38):
Добрый день)
Вопрос по документации TCM. В TCM есть возможность удаления всех пользователей через WEB UI, в том числе пользователя admin. После этого к WEB UI нельзя будет получить доступ.
Для восстановления пользователя admin и смены его пароля есть tcm cli команды:
$> tcm --help
...
Available commands:
change-password Change password
restore-admin Restore admin
...
$> /tcm restore-admin --help
Usage:
tcm [OPTIONS] restore-admin
$> ./tcm change-password --help
Usage:
tcm [OPTIONS] change-password [change-password-OPTIONS]
...
[change-password command options]
-u, --username= Write a username
-n, --new-password= Write a new password
Не смог найти их в документации по TCM на tarantool.io, ссылка на них в документации была бы востребована. Можно добавить в документацию по TCM эти команды, пожалуйста?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.