]> gitweb.factorcode.org Git - factor.git/blob - extra/furnace/auth/features/recover-password/recover-3.xml
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / extra / furnace / auth / features / recover-password / recover-3.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 3 of 4</t:title>
6
7         <p>Choose a new password for your account.</p>
8
9         <t:form t:action="$realm/recover-3">
10
11                 <table>
12
13                         <t:hidden t:name="username" />
14                         <t:hidden t:name="ticket" />
15
16                         <tr>
17                                 <th class="field-label">Password:</th>
18                                 <td><t:password t:name="new-password" /></td>
19                         </tr>
20
21                         <tr>
22                                 <th class="field-label">Verify password:</th>
23                                 <td><t:password t:name="verify-password" /></td>
24                         </tr>
25
26                         <tr>
27                                 <td></td>
28                                 <td>Enter your password twice to ensure it is correct.</td>
29                         </tr>
30
31                 </table>
32
33                 <p>
34                         <input type="submit" value="Set password" />
35                         <t:validation-messages />
36                 </p>
37
38         </t:form>
39
40 </t:chloe>