diff --git a/index.html b/index.html index d6ccd40..0fb275e 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,6 @@

PopOp

@@ -158,4 +157,4 @@ Mentions légales + points d'amélioration.
Mise en page par SERNY Sacha. Données par Wikipedia - + \ No newline at end of file diff --git a/sign_in.php b/sign_in.php index c5ca8b9..f5c6781 100644 --- a/sign_in.php +++ b/sign_in.php @@ -16,9 +16,6 @@ if (isset($_POST['submit'])) { $look = $bdd->prepare("SELECT * FROM membres WHERE mail = ?"); $look->execute(array($email)); $check = $look->fetch(); - var_dump($check['password']); - var_dump($password); - var_dump(password_verify($password, $check['password'])); $response ="here"; if ($check['mail'] != $email) { $response = "Ce compte n'existe pas.";