diff --git a/docs/en/faq.md b/docs/en/faq.md index 3ea3a51ff..68277f29a 100644 --- a/docs/en/faq.md +++ b/docs/en/faq.md @@ -27,7 +27,9 @@ Set dashboard.host in data/cmd_config.json to enable remote access. ### Forgot Dashboard Password -If you forgot your AstrBot dashboard password, find the `"dashboard"` field in `AstrBot/data/cmd_config.json`, for example: +If you forgot your AstrBot dashboard password, you can use the CLI tool `astrbot password` to change the password. + +Another approach you can take is to find the `"dashboard"` field in `AstrBot/data/cmd_config.json`, for example: ```json "dashboard": { diff --git a/docs/zh/faq.md b/docs/zh/faq.md index b5e03e957..8dc02cc1c 100644 --- a/docs/zh/faq.md +++ b/docs/zh/faq.md @@ -28,7 +28,9 @@ Set dashboard.host in data/cmd_config.json to enable remote access. ### 管理面板的密码忘记了 -如果你忘记了 AstrBot 管理面板的密码,你可以在 `AstrBot/data/cmd_config.json` 配置文件中找到 `"dashboard"` 字段,如下: +如果你忘记了 AstrBot 管理面板的密码,你可以直接使用CLI工具`astrbot password`来更改密码 + +另外,你也可以在 `AstrBot/data/cmd_config.json` 配置文件中找到 `"dashboard"` 字段,如下: ```json "dashboard": {