]> gitweb.factorcode.org Git - factor.git/blob - extra/furnace/auth/features/recover-password/recover-1.xml
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / furnace / auth / features / recover-password / recover-1.xml
1 <?xml version='1.0' ?>
2
3 <t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
4
5         <t:title>Recover lost password: step 1 of 4</t:title>
6
7         <p>Enter the username and e-mail address you used to register for this site, and you will receive a link for activating a new password.</p>
8
9         <t:form t:action="$realm/recover-password">
10
11                 <table>
12
13                         <tr>
14                                 <th class="field-label">User name:</th>
15                                 <td><t:field t:name="username" /></td>
16                         </tr>
17
18                         <tr>
19                                 <th class="field-label">E-mail:</th>
20                                 <td><t:field t:name="email" /></td>
21                         </tr>
22
23                         <tr>
24                                 <th class="field-label">Captcha:</th>
25                                 <td><t:field t:name="captcha" /></td>
26                         </tr>
27
28                         <tr>
29                                 <td></td>
30                                 <td>Leave the captcha blank. Spam-bots will fill it indiscriminantly, so their attempts to e-mail you will be blocked.</td>
31                         </tr>
32
33                 </table>
34
35                 <input type="submit" value="Recover password" />
36
37         </t:form>
38
39 </t:chloe>