|
|
@@ -635,14 +635,14 @@ namespace Learun.Application.Web.Controllers |
|
|
|
{ |
|
|
|
if (password == Md5Helper.Encrypt(Config.GetValue("pwdprex") + "123456", 32) || password == Md5Helper.Encrypt(Config.GetValue("pwdprex") + "2020", 32) || password == Md5Helper.Encrypt(Config.GetValue("defaultpwd"), 32)) |
|
|
|
{ |
|
|
|
succresult.defaultPwdTip = true; |
|
|
|
succresult.pwd = true; |
|
|
|
} |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
if (password == Md5Helper.Encrypt(Config.GetValue("pwdprex") + userEntity.F_IdentityCardNo.Substring(userEntity.F_IdentityCardNo.Length - 6, 6), 32) || password == Md5Helper.Encrypt(Config.GetValue("pwdprex") + "2020", 32) || password == Md5Helper.Encrypt(Config.GetValue("defaultpwd"), 32)) |
|
|
|
{ |
|
|
|
succresult.defaultPwdTip = true; |
|
|
|
succresult.pwd = true; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|