Skip to content
Snippets Groups Projects
Commit e36abf05 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: variable de session invalide

parent 031a9cc6
Branches
Tags
No related merge requests found
...@@ -146,7 +146,7 @@ function check_user_password_ldap($usertotest,$passwordtotest) ...@@ -146,7 +146,7 @@ function check_user_password_ldap($usertotest,$passwordtotest)
session_name($sessionname); session_name($sessionname);
session_start(); session_start();
$langs->load('ldap'); $langs->load('ldap');
$_SESSION["loginmesg"]=$langs->trans("UserMustChangePassNextLogon"); $_SESSION["dol_loginmesg"]=$langs->trans("UserMustChangePassNextLogon");
header('Location: '.DOL_URL_ROOT.'/index.php'); header('Location: '.DOL_URL_ROOT.'/index.php');
exit; exit;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment