aboutsummaryrefslogtreecommitdiffstats
path: root/root/user/password.tt
blob: 2b4a26b592ac79c288c96612f13c18d10a093ffc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<form method=post>
<table border='0'>
<tr>
<td>[% l('Current password') %]</td>
<td><input name='password' type='password'></td>
</tr>
<tr>
<td>[% l('New Password') %]</td>
<td><input name='newpassword1' type='password'></td>
</tr>
<tr>
<td>[% l('Repeat New Password') %]</td>
<td><input name='newpassword2' type='password'></td>
</tr>
<tr>
<td></td>
<td align=right><input type='submit' value='[% l('Change') %]'></td>
</tr>
</table>
</form>
</html>