Code

Updated MyAccount
[gosa.git] / gosa-core / plugins / personal / myaccount / 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>
9         {factory type='password' id='new_password' name='new_password' onfocus="nextfield='repeated_password'"}
10   </tr>
11   <tr>
12     <td><b><LABEL for="repeated_password">{t}Repeat new password{/t}</LABEL></b></td>
13     <td>
14         {factory type='password' id='repeated_password' name='repeated_password' onfocus="nextfield='password_finish'"}
15     </td>
16   </tr>
17 </table>
18 <br>
20 <hr>
21 <div class="plugin-actions">
22   <button type='submit' id='password_finish'name='password_finish'>{t}Set password{/t}</button>
23   <button type='submit' id='password_cancel'name='password_cancel'>{msgPool type=cancelButton}</button>
24 </div>
26 <!-- Place cursor -->
27 <script language="JavaScript" type="text/javascript">
28   <!-- // First input field on page
29         nextfield= "new_password";
30         focus_field('new_password');
31   -->
32 </script>