fix: login with MD5

This commit is contained in:
Massimo Melina 2020-05-11 16:00:14 +02:00
parent b33136e3b0
commit 28b1919ffd

View File

@ -1938,10 +1938,10 @@ result:=length(ips);
end; // countIPs
function strSHA256(s:string):string;
begin result:=THashSHA2.GetHashString(s) end;
begin result:=upperCase( THashSHA2.GetHashString(s) ) end;
function strMD5(s:string):string;
begin result:=THashMD5.GetHashString(s) end;
begin result:=uppercase( THashMD5.GetHashString(s) ) end;
function idx_img2ico(i:integer):integer;
begin