From 4c423362b8f08ef16c382131c6103fb46d045c5d Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 19 Jan 2026 09:38:56 +0000 Subject: [PATCH] z --- Controleur/ControleurConnexion.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Controleur/ControleurConnexion.php b/Controleur/ControleurConnexion.php index e114bbc..164dac4 100644 --- a/Controleur/ControleurConnexion.php +++ b/Controleur/ControleurConnexion.php @@ -531,6 +531,17 @@ require_once 'Controleur/ControleurMoritio.php'; $changerMotPassDefaut = ( ($_SESSION['changerMotPassDefaut']=="1") && ($this->utilisateur->verifiermotpassdefaut($codeSociete, $mdp)) ); $motCourt = ( ($_SESSION['verifierLongueurPass']=="1") && (strlen($mdp)<6) ); + var_dump + ( + array( + "changerMotPassDefaut" => $changerMotPassDefaut, + "verifierLongueurPass" => $_SESSION['verifierLongueurPass'], + "mdp" => $mdp, + "long" => strlen($mdp), + ) + ); + exit(); + if(($motCourt===true) or ($changerMotPassDefaut===true)) { $this->rediriger("Changermotpass");