debug
This commit is contained in:
parent
8240a0f964
commit
b97bb3c3c2
|
|
@ -14,7 +14,7 @@ class Utilisateur extends Modele {
|
|||
|
||||
$hash = $user['motPass'];
|
||||
|
||||
var_dump($mdp, $hash); exit();
|
||||
var_dump(password_verify($mdp, $hash)); exit();
|
||||
|
||||
return (password_verify($mdp, $hash));
|
||||
} else
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user