Explorar o código

Update README.md

Jacky %!s(int64=4) %!d(string=hai) anos
pai
achega
0493f8581e
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      README.md

+ 6 - 0
README.md

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