User: sits
Date: 08/09/07 22:18:06
Added: template/en/default resetpassword.html.tmpl
Log:
A whole stack of user functionality now works (registration,
forgetting password). Just need to actually implement the log-in
feature now.
Index: resetpassword.html.tmpl
===================================================================
RCS file: resetpassword.html.tmpl
diff -N resetpassword.html.tmpl
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ resetpassword.html.tmpl 8 Sep 2008 05:18:05 -0000 1.3
@@ -0,0 +1,13 @@
+[%# Screen to show after the submision of a reset password request. #%]
+
+[% PROCESS header.html.tmpl version = version displaymenu = 1
+ closehead = 1 subtitle = "Reset Password" %]
+<p>
+An email containing instructions for changing your password has been sent
+to you. Follow the instructions in that email to change your password.
+</p>
+
+[% PROCESS trailer.html.tmpl %]
+
+</body>
+</html>
|