Merged marijn

This commit is contained in:
Joey Lai
2017-01-25 15:53:44 +01:00
parent 0b035c0583
commit ded314f4d6
2 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
include_once("../queries/login.php");
include_once("../queries/checkInput.php");
include_once("../queries/emailconfirm.php");
include_once("../queries/requestpassword.php");
?>
<body>
<?php
@@ -33,7 +34,8 @@
break;
case "reset":
try {
validateEmail($_POST["forgotEmail"]);
// validateEmail($_POST["forgotEmail"]);
sendPasswordRecovery($_POST["forgotEmail"]);
} catch (emailException $e){
$resetErr = $e->getMessage();
echo "<script>