Skip to content
Snippets Groups Projects
Commit b14ccb22 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #2065 thumbprint utilisé pour l'empreinte de certificat électronique

parent e50a2a14
No related branches found
No related tags found
No related merge requests found
......@@ -240,6 +240,7 @@ class security extends dbquery
$navigateur = addslashes($_SERVER['HTTP_USER_AGENT']);
$_SESSION['user']['UserId'] = $s_login;
$_SESSION['user']['department'] = $array['department'];
$_SESSION['user']['thumbprint'] = $array['thumbprint'];
$_SESSION['user']['primarygroup'] = $array['primarygroup'];
/*echo '<pre>';
print_r($_SESSION['user']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment