SendNew noch altes Hash

This commit is contained in:
2024-07-05 13:10:05 +02:00
parent 69b0f0553f
commit e9d855c8a5

View File

@@ -898,7 +898,7 @@ namespace BeWo.Service.ServiceImplementations
DAOFactory.GenericDAO.Update(entity);
var app8_response = SendApp8SendNewRequest(protokoll, user.LoginName, user.RC2EncryptedHash);
var app8_response = SendApp8SendNewRequest(protokoll, user.LoginName, user.BCryptPassword);
var app8_protokoll = app8_response.GkvTransferProtokollDC;
@@ -1089,6 +1089,9 @@ namespace BeWo.Service.ServiceImplementations
var response_app8 = JsonConvert.DeserializeObject<GkvApp8SendNewResponse>(response_app8_str);
if (!response_app8.Success)
throw new DakotaException(response_app8.Message);
return response_app8;
}
/// <summary>