a
This commit is contained in:
parent
57a6270bed
commit
78065313e3
|
|
@ -719,6 +719,15 @@ class ControleurConnexion extends Controleur
|
|||
|
||||
$_SESSION['p_prixActeModifiable'] = $utilisateur['prixActeModifiable'];
|
||||
|
||||
var_dump(
|
||||
array(
|
||||
"motCourt" => $motCourt,
|
||||
"changerMotPassDefaut" => $changerMotPassDefaut,
|
||||
"passExpired" => $passExpired,
|
||||
)
|
||||
);
|
||||
exit;
|
||||
|
||||
if(($motCourt===true) or ($changerMotPassDefaut===true) or ($passExpired===true))
|
||||
{
|
||||
$_SESSION['passAchanger'] = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user