Code

Add new tracker template.
[roundup.git] / share / roundup / templates / devel / html / user.forgotten.html
1 <tal:block metal:use-macro="templates/page/macros/frame">
2 <title metal:fill-slot="head_title" i18n:translate="">Password reset request - <span
3  i18n:name="tracker" tal:replace="config/TRACKER_NAME" /></title>
4 <span metal:fill-slot="body_title" tal:omit-tag="python:1"
5  i18n:translate="">Password reset request</span>
6 <td class="content" metal:fill-slot="content">
8 <tal:askforinfo tal:condition="python:options['error_message'] or not request.form.has_key('@action')"> 
10 <p i18n:translate="">You have two options if you have forgotten your password.
11 If you know the email address you registered with, enter it below.</p>
13 <p i18n:translate="">If your  user was  automatically  created during
14 import  from  the old  sourceforge  tracker,  your  e-mail address  is
15 &lt;Sourceforge  username&gt;@users.sourceforge.net. The  mail address
16 associated with your account can be changed after login.</p>
18 <form method="POST" onSubmit="return submit_once()"
19       tal:attributes="action context/designator">
20     <table class="form">
21       <tr>
22         <th i18n:translate="">Email Address:</th>
23         <td><input name="address"></td>
24       </tr>
25       <tr>
26         <td>&nbsp;</td>
27         <td>
28           <input type="hidden" name="@action" value="passrst">
29           <input type="hidden" name="@template" value="forgotten">
30           <input type="submit" value="Request password reset"
31            i18n:attributes="value">
32         </td>
33       </tr>
34 </table>
36 <p i18n:translate="">Or, if you know your username, then enter it below.</p>
38 <p i18n:translate="">If you have previously created or modified issue
39 reports in the sourceforge issue tracker, you have an account here with
40 the same username as your sourceforge username.</p>
42 <table class="form">
43  <tr><th i18n:translate="">Username:</th> <td><input name="username"></td> </tr>
44  <tr><td></td><td><input type="submit" value="Request password reset"
45    i18n:attributes="value"></td></tr>
46 </table>
47 </form>
49 <p i18n:translate="">A confirmation email will be sent to you -
50 please follow the instructions within it to complete the reset process.</p>
52 </tal:askforinfo>
54 </td>
55 g
56 </tal:block>