This commit is contained in:
KONE SOREL 2025-12-19 18:49:04 +00:00
parent 99e5f0acb9
commit 8240a0f964

View File

@ -13,6 +13,8 @@ class Utilisateur extends Modele {
$user = $utilisateur->fetch();
$hash = $user['motPass'];
var_dump($mdp, $hash); exit();
return (password_verify($mdp, $hash));
} else