Update README.md

This commit is contained in:
Jacky 2021-03-29 10:38:40 +08:00
parent 73eb62fd41
commit 0493f8581e

View file

@ -48,3 +48,9 @@ server {
}
}
```
4. 添加用户
编辑 server/database.db (sqlite3)
手动计算密码的 md5md5 -s <text>)
进入 auths 表,添加一行 name: 用户名password: <md5 加密后的明文>