]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/account/ChangePasswordForm.templ
0fd8f76a88069bcd91aeb136b051cdedc7bd8d6d
[gigi.git] / src / club / wpia / gigi / pages / account / ChangePasswordForm.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><?=_Old Pass Phrase?>: </td>
10     <td><input class="form-control" type="password" name="oldpassword" required></td>
11   </tr>
12   <tr>
13     <td><?=_New Pass Phrase?><span class="formMandatory">*</span>: </td>
14     <td><input class="form-control" type="password" name="pword1" required></td>
15   </tr>
16   <tr>
17     <td><?=_Pass Phrase Again?><span class="formMandatory">*</span>: </td>
18     <td><input class="form-control" 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>