mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
Updated Documentation for Password Reset (#8987)
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user