view templates/classic/html/user.forgotten.html @ 2119:cc4667ef3f12

Added the ability to toggle where error messages go. They either go to the user (default, for backwards compatibility), the dispatcher, or both. These are able to be toggled via settings in config.py. Please refer to upgrading.txt for more details. (And Richard, let me know if I've done anything wrong with this checkin. :))
author Eddie Parker <eparker@users.sourceforge.net>
date Thu, 25 Mar 2004 19:27:15 +0000
parents 3a4abf6d48c2
children 97f810f39d16
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>
<span metal:fill-slot="body_title" tal:omit-tag="python:1">Password reset request</span>
<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()"
      tal:attributes="action context/designator">
    <table class="form">
      <tr>
        <th>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">
        </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>

Roundup Issue Tracker: http://roundup-tracker.org/