source: LATMOS-Accounts-Web/root/html/users/passwd.tt @ 179

Last change on this file since 179 was 179, checked in by nanardon, 15 years ago
  • add passwd forms to user
  • Property svn:keywords set to Id Rev
File size: 747 bytes
Line 
1<!-- $Id$ -->
2[% IF NOT user %]
3No user [% username | html %] found.
4[% ELSE %]
5   
6<div class=objectform>
7[% INCLUDE 'users/menu.tt' %]
8
9<form action="[% c.uri_for(username, subform) %]" method="POST">
10<table border="1">
11[% IF pmismatch %]
12<tr><td colspan="2">Mots de passe différents</td></tr>
13[% END %]
14[% IF pchanged %]
15<tr><td colspan="2">Mots de passe changé</td></tr>
16[% END %]
17[% IF notchanged %]
18<tr><td colspan="2">Erreur lors du changement de mot de passe</td></tr>
19[% END %]
20<tr>
21<th>Nouveau mot de passe:</th>
22<td><input type="password" name="passwd"></td>
23</tr>
24<tr>
25<th>Confirmation:</th>
26<td><input type="password" name="cpasswd"></td>
27</tr>
28<tr><td colspan="2"><input type="submit"></td></tr>
29</table>
30</form>
31</div>
32[% END %]
Note: See TracBrowser for help on using the repository browser.