From 5f8c9ba5f32c0dab7752a7c50dab5b82639f81ef Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Fri, 7 Jan 2011 23:20:14 +0000 Subject: commit implement forgot_password patch from Maarten Vanraes --- root/forgot_password/check.tt | 4 ++++ root/forgot_password/complete.tt | 6 ++++++ root/forgot_password/confirm.tt | 21 +++++++++++++++++++++ root/forgot_password/index.tt | 17 +++++++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 root/forgot_password/check.tt create mode 100644 root/forgot_password/complete.tt create mode 100644 root/forgot_password/confirm.tt create mode 100644 root/forgot_password/index.tt (limited to 'root/forgot_password') diff --git a/root/forgot_password/check.tt b/root/forgot_password/check.tt new file mode 100644 index 0000000..b8ec933 --- /dev/null +++ b/root/forgot_password/check.tt @@ -0,0 +1,4 @@ +

Success

+

+[% message %] +

\ No newline at end of file diff --git a/root/forgot_password/complete.tt b/root/forgot_password/complete.tt new file mode 100644 index 0000000..3a9995c --- /dev/null +++ b/root/forgot_password/complete.tt @@ -0,0 +1,6 @@ +

[% l('Email sent.') %]

+ +

+ [% l('Operation was successful.') %] + [% l('Check your mail for password reset instructions.') %] +

diff --git a/root/forgot_password/confirm.tt b/root/forgot_password/confirm.tt new file mode 100644 index 0000000..3c3e07d --- /dev/null +++ b/root/forgot_password/confirm.tt @@ -0,0 +1,21 @@ + +

[% l('Enter new password.') %]

+ +
+
+ + + + + + + + + + +
+ + +
+
+
diff --git a/root/forgot_password/index.tt b/root/forgot_password/index.tt new file mode 100644 index 0000000..c5fbddd --- /dev/null +++ b/root/forgot_password/index.tt @@ -0,0 +1,17 @@ + +

[% l('Forgot your password?') %]

+ +
+
+ + + + + + + +
+ +
+
+
-- cgit v1.2.1