summaryrefslogtreecommitdiff
path: root/html/user.forgotten.html
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-01-23 00:25:31 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-01-23 00:25:31 +0000
commitb2aa5bb6136f733bd983bea03239e976fe4dc6ba (patch)
treeb6b662ab840963f0b9089c90f52e9e9ef8270b55 /html/user.forgotten.html
Initial commit. Ported cgit design to roundup's
Diffstat (limited to 'html/user.forgotten.html')
-rw-r--r--html/user.forgotten.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/html/user.forgotten.html b/html/user.forgotten.html
new file mode 100644
index 0000000..27ca865
--- /dev/null
+++ b/html/user.forgotten.html
@@ -0,0 +1,44 @@
+<!-- dollarId: user.item,v 1.7 2002/08/16 04:29:04 richard Exp dollar-->
+<tal:block metal:use-macro="templates/page/macros/icing">
+<title metal:fill-slot="head_title" i18n:translate="">Password reset request - <span
+ i18n:name="tracker" tal:replace="config/TRACKER_NAME" /></title>
+<span metal:fill-slot="body_title" tal:omit-tag="python:1"
+ i18n:translate="">Password reset request</span>
+<td class="content" metal:fill-slot="content">
+
+<p i18n:translate="">You have two options if you have forgotten your password.
+If you know the email address you registered with, enter it below.</p>
+
+<form method="POST" onSubmit="return submit_once()"
+ tal:attributes="action context/designator">
+ <table class="form">
+ <tr>
+ <th i18n:translate="">Email Address:</th>
+ <td><input name="address"></td>
+ </tr>
+ <tr>
+ <td>&nbsp;</td>
+ <td>
+ <input type="hidden" name="@action" value="passrst">
+ <input type="hidden" name="@template" value="forgotten">
+ <input type="submit" value="Request password reset"
+ i18n:attributes="value">
+ </td>
+ </tr>
+</table>
+
+<p i18n:translate="">Or, if you know your username, then enter it below.</p>
+
+<table class="form">
+ <tr><th i18n:translate="">Username:</th> <td><input name="username"></td> </tr>
+ <tr><td></td><td><input type="submit" value="Request password reset"
+ i18n:attributes="value"></td></tr>
+</table>
+</form>
+
+<p i18n:translate="">A confirmation email will be sent to you -
+please follow the instructions within it to complete the reset process.</p>
+</td>
+
+</tal:block>
+<!-- SHA: 6fdb58c55fd854904ae98906d5935549a221fabf -->