Update mw.py

pull/816/head
dami 1 day ago
parent f558095a0e
commit e6b386dabf
  1. 1
      web/core/mw.py

@ -423,6 +423,7 @@ def md5(content):
return False return False
def hasPwd(password): def hasPwd(password):
# python3 -c "import crypt"
# 加密密码字符 # 加密密码字符
import crypt import crypt
return crypt.crypt(password, password) return crypt.crypt(password, password)

Loading…
Cancel
Save