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

View File

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