docs: fix typo of the count in FAQ deletion instructions (#8235)

Correct the number of fields to be deleted from five to six in the instructions.
This commit is contained in:
Jianyu Li
2026-05-19 14:41:58 +08:00
committed by GitHub
parent de0a7afdcf
commit 7a9fb33dd9

View File

@@ -51,7 +51,7 @@ Set dashboard.host in data/cmd_config.json to enable remote access.
},
```
删除 `username`, `password`, `pbkdf2_password`, `password_storage_upgraded`, `password_change_required`, `jwt_secret` 个字段(连同值一起),然后保存。上述片段修改类似如下:
删除 `username`, `password`, `pbkdf2_password`, `password_storage_upgraded`, `password_change_required`, `jwt_secret` 个字段(连同值一起),然后保存。上述片段修改类似如下:
```json