feat: Login need input password.
This commit is contained in:
@@ -207,7 +207,7 @@ void LoginDialog::doLogin()
|
||||
QString strPassWord = mPasswordEdit->text();
|
||||
|
||||
QString encryptedPassword = strPassWord;
|
||||
strPassWord = "123456";
|
||||
//strPassWord = "123456";
|
||||
|
||||
QString encryptPwd = User::getEncryptedPassword(strPassWord);
|
||||
if (User::QueryUser(strUserCode, encryptPwd))
|
||||
|
||||
Reference in New Issue
Block a user