Code

moving templates around
[roundup.git] / templates / classic / html / user.forgotten.html
1 <!-- dollarId: user.item,v 1.7 2002/08/16 04:29:04 richard Exp dollar-->
2 <tal:block metal:use-macro="templates/page/macros/icing">
3 <title metal:fill-slot="head_title">Password reset request</title>
4 <td class="page-header-top" metal:fill-slot="body_title">
5  <h2>Password reset request</h2>
6 </td>
7 <td class="content" metal:fill-slot="content">
9 <p>You have two options if you have forgotten your password. If you 
10 know the email address you registered with, enter it below.</p>
12 <form method="POST" onSubmit="return submit_once()">
13 <input type="hidden" name="@action" value="passrst">
14 <input type="hidden" name="@template" value="forgotten">
15 <table class="form">
16  <tr><th>Email Address:</th> <td><input name="address"></td> </tr>
17  <tr><td></td><td><input type="submit" value="Request password reset"></td></tr>
18 </table>
20 <p>Or, if you know your username, then enter it below.</p>
22 <table class="form">
23  <tr><th>Username:</th> <td><input name="username"></td> </tr>
24  <tr><td></td><td><input type="submit" value="Request password reset"></td></tr>
25 </table>
26 </form>
28 <p>A confirmation email will be sent to you - please follow the
29 instructions
30 within it to complete the reset process.</p>
31 </td>
33 </tal:block>