Commit a78c1c98 by BellCodeEditor

save project

parent cdb6d67f
Showing with 2 additions and 52 deletions
{"admin": "123456"}
\ No newline at end of file
def register():
name,password1,password2 = app_reg.get_input()
if name =="" or password1==""or password2=="":
messagebox.showarin
elif password1 != password2:
messagebox.showwarning("错误","两次密码)
users[name] = password1
content = json.du
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment