Updated Documentation for Password Reset (#8987)

This commit is contained in:
Cooper
2026-06-24 21:47:20 +08:00
committed by GitHub
parent 421d718041
commit c89984bf42
2 changed files with 6 additions and 2 deletions

View File

@@ -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": {

View File

@@ -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": {