From d2733c5b099c29da9273c1340bdfd250b7b7f8e9 Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Fri, 8 Jan 2021 16:16:22 +0100 Subject: [PATCH] commited to wrong branch --- forgot.php | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 forgot.php diff --git a/forgot.php b/forgot.php deleted file mode 100644 index a4f1858..0000000 --- a/forgot.php +++ /dev/null @@ -1,43 +0,0 @@ -prepare("SELECT * FROM users WHERE email = :email"); - $result = $statement->execute(array('email' => $email)); - $user = $statement->fetch(); - - if ($user !== true ) { - die('successfull. check your inbox.'); - } else { - $errorMessage = "somethings wrong (maybe wrong email?)
"; - } - -} -?> - - - - Forgot Password - - - - - -
-Your E-Mail Adress:
-

- - - - -
-i know my password again! - -