Code

Added Label Tags,
[gosa.git] / plugins / personal / generic / password.tpl
1 <p>
2  {t}You have changed the method your password is stored in the ldap database. For that reason you've to enter your password at this point again. GOsa will then encode it with the selected method.{/t}
3 </p>
5 <table summary="" style="vertical-align:top; text-align:left;" cellpadding=4 border=0>
6   <tr>
7     <td><b>{t}New password{/t}</b></td>
8     <td><input type="password" name="new_password" size="30" maxlength="40" onFocus="nextfield= 'repeated_password';"></td>
9   </tr>
10   <tr>
11     <td><b>{t}Repeat new password{/t}</b></td>
12     <td><input type="password" name="repeated_password" size="30" maxlength="40" onFocus="nextfiled= 'password_finish'"></td>
13   </tr>
14 </table>
15 <br>
16 <p class="plugbottom">
17   <input type=submit name="password_finish" value="{t}Set password{/t}">
18   &nbsp;
19   <input type=submit name="password_cancel" value="{t}Cancel{/t}">
20 </p>
22 <!-- Place cursor -->
23 <script language="JavaScript" type="text/javascript">
24   <!-- // First input field on page
25   nextfield= "new_password";
26   document.mainform.new_password.focus();
27   -->
28 </script>