Code

Updated user plugin
[gosa.git] / gosa-core / 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="{t}Password change dialog{/t}" cellpadding=4 border=0>
6   <tr>
7     <td><b><LABEL for="new_password">{t}New password{/t}</LABEL></b></td>
8     <td><input id="new_password" type="password" name="new_password" size="30" maxlength="40" onFocus="nextfield= 'repeated_password';"></td>
9   </tr>
10   <tr>
11     <td><b><LABEL for="repeated_password">{t}Repeat new password{/t}</LABEL></b></td>
12     <td><input id="repeated_password" type="password" name="repeated_password" size="30" maxlength="40" onFocus="nextfiled= 'password_finish'"></td>
13   </tr>
14 </table>
15 <br>
17 <hr>
18 <div class="plugin-actions">
19   <button type='submit' name='password_finish'>{t}Set password{/t}</button>
20   <button type='submit' name='password_cancel'>{msgPool type=cancelButton}</button>
21 </div>
23 <!-- Place cursor -->
24 <script language="JavaScript" type="text/javascript">
25   <!-- // First input field on page
26         nextfield= "new_password";
27         focus_field('new_password');
28   -->
29 </script>