]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/PasswordResetForm.templ
61e1c2b470d7c1fb481bb0358b74eb0bd03d9c85
[gigi.git] / src / org / cacert / gigi / pages / PasswordResetForm.templ
1 <table class="table">
2   <thead>
3   <tr>
4     <th colspan="2" class="title"><?=_Change Pass Phrase?></th>
5   </tr>
6   </thead>
7   <tbody>
8   <tr>
9     <td><?=_Password reset token (A-Word)?>: </td>
10     <td><input type="password" name="private_token"></td>
11   </tr>
12   <tr>
13     <td><?=_New Pass Phrase?><span class="formMandatory">*</span>: </td>
14     <td><input type="password" name="pword1"></td>
15   </tr>
16   <tr>
17     <td><?=_Pass Phrase Again?><span class="formMandatory">*</span>: </td>
18     <td><input type="password" name="pword2"></td>
19   </tr>
20   <tr>
21     <td colspan="2"><span class="formMandatory">*</span><?=_Please note, in the interests of good security, the pass phrase must be made up of an upper case letter, lower case letter, number and symbol (all white spaces at the beginning and end are removed).?></td>
22   </tr>
23   <tr>
24     <td colspan="2"><input type="submit" name="process" value="<?=_Update Pass Phrase?>"></td>
25   </tr>
26   </tbody>
27 </table>