HFish/docs/5-5-reset.md
2021-09-15 00:23:46 +08:00

11 lines
270 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 密码重置
登录控制端主机在server进程同目录会看到tools可执行程序该程序可以重置指定用户的密码。
> 重置admin用户的密码
```shell
root@HFish~# ./tools resetpwd admin
reset admin password success.
```