Mercurial > p > roundup > code
view templates/classic/html/user.forgotten.html @ 1739:c3f0b552a55a
batch the (list) listings at 500 entries per page [SF#759906]
Unfortunately, the doovy javascript falls over when the next/prev links are
used, so I've added some simple checking to remove that stuff when we're paging
through the results (the simple test fails if you page back to the first
page, but it'll do for now)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Tue, 12 Aug 2003 02:10:12 +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>
