Mercurial > p > roundup > code
view templates/classic/html/user.forgotten.html @ 1730:2dd6b4c825e9
Final touches to fix query editing. It should work now.
| author | Johannes Gijsbers <jlgijsbers@users.sourceforge.net> |
|---|---|
| date | Sun, 10 Aug 2003 10:30:56 +0000 |
| parents | 21312a7564fd |
| children | 4e4afbe3cd30 |
line wrap: on
line source
<!-- 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">Password reset request</title> <td class="page-header-top" metal:fill-slot="body_title"> <h2>Password reset request</h2> </td> <td class="content" metal:fill-slot="content"> <p>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()"> <input type="hidden" name="@action" value="passrst"> <input type="hidden" name="@template" value="forgotten"> <table class="form"> <tr><th>Email Address:</th> <td><input name="address"></td> </tr> <tr><td></td><td><input type="submit" value="Request password reset"></td></tr> </table> <p>Or, if you know your username, then enter it below.</p> <table class="form"> <tr><th>Username:</th> <td><input name="username"></td> </tr> <tr><td></td><td><input type="submit" value="Request password reset"></td></tr> </table> </form> <p>A confirmation email will be sent to you - please follow the instructions within it to complete the reset process.</p> </td> </tal:block>
