From: Patrick McGuire Date: Thu, 21 May 2020 18:04:50 +0000 (-0400) Subject: Update reset.php X-Git-Tag: v1.0.0~632 X-Git-Url: http://git.hcoop.net/clinton/MarylandElectronicPetitionSignature.git/commitdiff_plain/9503f62a4de861764984d24d18a4591b2af9a79f Update reset.php --- diff --git a/admin/reset.php b/admin/reset.php index 59bf426..49da22a 100644 --- a/admin/reset.php +++ b/admin/reset.php @@ -13,9 +13,13 @@ if(isset($_POST['email'])){ off_world_mail($email,$row['name'],'Login with '.$email.' and your new password '.$pass.' at http://md-petition.com/admin/login.php'); $petition->query("update users set pass = '$encrypted' WHERE email = '$email'"); echo "

Your Password has been Sent.

"; + slack_general('ADMIN: Reset- Your Password has been Sent','md-petition'); }else{ echo "

E-Mail address not found.

"; + slack_general('ADMIN: Reset- E-Mail address not found','md-petition'); } +}else{ + slack_general('ADMIN: reset.php','md-petition'); } ?>