From 2f5344c1daa6d318ea85a1a4fe2d12d4660dd72b Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 4 Feb 2009 05:49:29 +0000 Subject: A preview of the password reset functionality. What's working... you can start to logon, request the password to be reset, and an email is sent to the users email address. If you click on the link you get an unformatted form. But its a start :-) --- modules/user/views/login_prompt.html.php | 44 ++++++++++++++++++++++++++++++ modules/user/views/reset_password.html.php | 14 ++++++++++ 2 files changed, 58 insertions(+) create mode 100644 modules/user/views/login_prompt.html.php create mode 100644 modules/user/views/reset_password.html.php (limited to 'modules/user/views') diff --git a/modules/user/views/login_prompt.html.php b/modules/user/views/login_prompt.html.php new file mode 100644 index 00000000..2b9516ba --- /dev/null +++ b/modules/user/views/login_prompt.html.php @@ -0,0 +1,44 @@ + + +
+ +
diff --git a/modules/user/views/reset_password.html.php b/modules/user/views/reset_password.html.php new file mode 100644 index 00000000..39845d61 --- /dev/null +++ b/modules/user/views/reset_password.html.php @@ -0,0 +1,14 @@ + + + + <?= $title ?> + + +

+

+ +
+ +

+ + -- cgit v1.2.3