Browse Source

修改密码

娄底高职分支
hwh2023 10 months ago
parent
commit
286107f8bd
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Organization/User/UserBLL.cs

+ 4
- 0
Learun.Framework.Ultimate V7/Learun.Application.Organization/User/UserBLL.cs View File

@@ -1173,6 +1173,10 @@ namespace Learun.Application.Organization
}
else
{
//LdYs@2024!
//627bf75fe58672dca1a1702394727389 72ad1c15e9d3a4b0

//string dbPassword = Md5Helper.Encrypt(DESEncrypt.Encrypt(password.ToLower(), userEntity.F_Secretkey).ToLower(), 32).ToLower();
string dbPassword = Md5Helper.Encrypt(DESEncrypt.Encrypt(password.ToLower(), userEntity.F_Secretkey).ToLower(), 32).ToLower();
if (dbPassword == userEntity.F_Password)
{


Loading…
Cancel
Save