Commit 0acb4a70 by BellCodeEditor

save project

parent 01b9b00a
Showing with 3 additions and 2 deletions
......@@ -31,6 +31,7 @@ def register(): # 注册验证
with open('user.txt','w',encoding='utf-8') as f:
f.write(content)
messagebox.showinfo("提示", "注册成功")
reg_to_login()
def login(): # 登录验证
name,password = app_login.get_input()
pwd = users.get(name)
......
{"admin": "123456", "ccc": "cc", "ccc1": "cc"}
\ No newline at end of file
{"admin": "123456", "ccc": "cc", "ccc1": "cc", "cccc": "cc", "ds": "11"}
\ No newline at end of file
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