]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/PasswordResetForm.templ
chg: improve information about password strength
[gigi.git] / src / club / wpia / 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" required></td>
11   </tr>
12   <tr>
13     <td><?=_New Pass Phrase?><span class="formMandatory">*</span>: </td>
14     <td><input type="password" name="pword1" required></td>
15   </tr>
16   <tr>
17     <td><?=_Pass Phrase Again?><span class="formMandatory">*</span>: </td>
18     <td><input type="password" name="pword2" required></td>
19   </tr>
20   <tr>
21     <td colspan="2"><span class="formMandatory">*</span><?=_Your password is one of many factors to protect your account from unauthorised access. A good password is hard to guess, long, and contains a diverse set of characters. For the current requirements and to learn more, visit our !(/wiki/goodPassword)FAQ!'</a>'.?></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>