20230806修改账号的密码安全策略
This commit is contained in:
@@ -114,9 +114,13 @@ namespace BLL
|
||||
PersonName = item.UserName,
|
||||
IdentityCard = item.IdentityCard,
|
||||
UnitId = Const.UnitId_SEDIN,
|
||||
Password = Funs.EncryptionPassword(Const.Password),
|
||||
|
||||
DataFrom = "API"
|
||||
};
|
||||
|
||||
newPersons.RawPassword = Funs.getInitialPassword(newPersons.UnitId, newPersons.IdentityCard);
|
||||
newPersons.Password = Funs.EncryptionPassword(newPersons.RawPassword);
|
||||
|
||||
if (item.Image != "")
|
||||
{
|
||||
string rootUrl = ConfigurationManager.AppSettings["localRoot"];
|
||||
|
||||
Reference in New Issue
Block a user