This commit is contained in:
2025-07-03 20:34:31 +08:00
parent 2fce6350c6
commit c67877e811
10 changed files with 163 additions and 69 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ func Md5_str(str string) string {
}
func Hash_user_pass(str string) string {
switch User_configs["pass_hash_type"].(string) {
switch Configs_user.Pass_hash_type {
case "text":
return str
case "md5":