Code

Updated trunk, introduced gosa-core
[gosa.git] / plugins / personal / password / password.tpl
1 <p>
2   {t}To change your personal password use the fields below. The changes take effect immediately. Please memorize the new password, because you wouldn't be able to login without it.{/t}
3 </p>
5 <p>
6   {t}Changing the password affects your authentification on mail, proxy, samba and unix services.{/t}
7 </p>
9 <table summary="" style="vertical-align:top; text-align:left;" cellpadding=4 border=0>
10   <tr>
11     <td><b><LABEL for="current_password">{t}Current password{/t}</LABEL></b></td>
12     <td><input id="current_password" type="password" name="current_password" size="30" maxlength="40"
13                 onFocus="nextfield= 'new_password';"></td>
14   </tr>
15   <tr>
16     <td><b><LABEL for="new_password">{t}New password{/t}</LABEL></b></td>
17     <td><input id="new_password" type="password" name="new_password" size="30" maxlength="40"
18                 onFocus="nextfield= 'repeated_password';"></td>
19   </tr>
20   <tr>
21     <td><b><LABEL for="repeated_password">{t}Repeat new password{/t}</LABEL></b></td>
22     <td><input id="repeated_password" type="password" name="repeated_password" size="30" maxlength="40"
23                 onFocus="nextfield= 'password_finish';"></td>
24   </tr>
25 </table>
27 <br>
29 <p class="plugbottom">
30   <input type=submit name="password_finish" value="{t}Set password{/t}">
31   &nbsp;
32   <input type=reset id="password_cancel" name="password_cancel" value="{t}Clear fields{/t}">
33 </p>
35 <input type="hidden" name="ignore">
37 <!-- Place cursor -->
38 <script language="JavaScript" type="text/javascript">
39   <!-- // First input field on page
40   nextfield= 'current_password';
41         focus_field('current_password');
42   -->
43 </script>