Refresh gestione GPW: refresh authKey
This commit is contained in:
@@ -53,8 +53,8 @@ namespace GPW.WebUserControls
|
||||
if (dipRow != null)
|
||||
{
|
||||
// calcolo il secret...
|
||||
string md5UserAuthKey = SteamCrypto.EncryptString(UserAuthKey, "AuthGPW").ToLowerInvariant();
|
||||
DataProxy.DP.taDipendenti.stp_Dip_setAuthKey(idxDip, $"{dipRow.CF}.{md5UserAuthKey}");
|
||||
string md5UserAuthKey = SteamCrypto.EncryptString($"{dipRow.CF}.{UserAuthKey}", "AuthGPW");
|
||||
DataProxy.DP.taDipendenti.stp_Dip_setAuthKey(idxDip, md5UserAuthKey);
|
||||
// mostro esito!
|
||||
lblWarning.Text = string.Format("AuthKey utente {0} aggiornata", idxDip);
|
||||
lblWarning.Visible = true;
|
||||
|
||||
Reference in New Issue
Block a user