aboutsummaryrefslogtreecommitdiffstats
path: root/root/forgot_password/index.tt
diff options
context:
space:
mode:
Diffstat (limited to 'root/forgot_password/index.tt')
-rw-r--r--root/forgot_password/index.tt17
1 files changed, 17 insertions, 0 deletions
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 @@
+
+<h1>[% l('Forgot your password?') %]</h1>
+
+<div id="input_form">
+<form method="post" action="/forgot_password/check">
+ <table>
+ <tr>
+ <td><label for="mail_">[% l('Email address') %]</label></td>
+ <td><input id="mail_" type="text" name="mail" value="[% c.request.params.mail %]" /></td>
+ </tr><tr>
+ <td colspan="2" style="text-align:center;">
+ <button type="submit" value="[% l('Reset password') %]">[% l('Reset password') %]</button>
+ </td>
+ </tr>
+ </table>
+</form>
+</div>