Commit 24f44001 by BellCodeEditor

auto save

parent d342feb7
Showing with 3 additions and 3 deletions
......@@ -41,7 +41,7 @@ def login(): # 登录验证
if pwd == password:
messagebox.showinfo("成功", "登录成功")
else:
messagebox.showwarning("错误", "用户名或密码错误!")
messagebox.showwarning("错误", "用户名或密码错误,或者未注册!")
class My_login(): # 登录窗口
def __init__(self):
......
{"admin": "admin", "python": "123456"}
\ No newline at end of file
{"admin": "admin", "python": "123456", "123123": "1", "1": "1", "2": "1"}
\ 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