From fd997563302a380f02a0d44efe6cea1c1ed3ee5c Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Fri, 13 Aug 2021 18:52:11 +0200 Subject: [PATCH] Added account deletion and password recovery --- index.php | 10 ++++++- lib.php | 16 ++++++++++-- resend.php | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ui.php | 50 +++++++++++++++++++++++++---------- 4 files changed, 135 insertions(+), 17 deletions(-) create mode 100644 resend.php diff --git a/index.php b/index.php index 3f17109..0c6f6aa 100644 --- a/index.php +++ b/index.php @@ -31,6 +31,9 @@ require("ui.php");