From 7405ce4fabf64e905e7b7371764d74dbc4b1b198 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 23 Jun 2007 15:53:30 +0200 Subject: NEW FEATURE: password recovery is now working Added a simple form of password recovery. The user gets send an email with the new password, which is valid for 24h. The user can request a maximum of 5 passwords within 24h to prevent filling up the database with garbage. --- output.php | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) (limited to 'output.php') diff --git a/output.php b/output.php index 922b439..fe4a971 100644 --- a/output.php +++ b/output.php @@ -34,7 +34,8 @@ function output_user_settings($email,$password) echo "
\n"; echo " \n"; echo " \n"; - echo "
\n"; + echo " \n"; + echo "
\n"; echo "
\n"; echo "
\n"; echo " \n"; @@ -404,4 +405,36 @@ function output_footer() return; } + +function output_password_recovery($email,$password) +{ +?> + +\n"; + echo " \n"; + echo " \n"; +?> +
+ Password recovery + + + + + + + + + + + + + + +
+
+
+ + \ No newline at end of file -- cgit v1.2.3-18-g5258