X-Git-Url: https://git.hcoop.net/clinton/MarylandElectronicPetitionSignature.git/blobdiff_plain/2f840576a9daa4012d6bc1bcf62c47edfe7a39ce..64feb164c6958f1f29c9b5ef657b4e828d2f0108:/admin/reset.php diff --git a/admin/reset.php b/admin/reset.php index 59bf426..b5c7a43 100644 --- a/admin/reset.php +++ b/admin/reset.php @@ -1,4 +1,5 @@ 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'); } ?>