Code

6fb9cdb057ccb2cad5cea97fb233467d0d8ddb40
[gosa.git] / plugins / admin / systems / password.tpl
1 <p>
2  {t}To change the terminal root password use the fields below. The changes take effect during the next reboot. Please memorize the new password, because you wouldn't be able to log in.{/t}
3 </p>
4 <p>
5  <b>{t}Leave fields blank for password inheritance from default entries.{/t}</b>
6 </p>
8 <p>
9  {t}Changing the password impinges on authentification only.{/t}
10 </p>
12 <table summary="" style="vertical-align:top; text-align:left;" cellpadding=4 border=0>
13   <tr>
14     <td><b><LABEL for="new_password">{t}New password{/t}</LABEL></b></td>
15     <td><input id="new_password" type="password" name="new_password" size="30" maxlength="40"
16                 onFocus="nextfield= 'repeated_password';"></td>
17   </tr>
18   <tr>
19     <td><b><LABEL for="repeated_password">{t}Repeat new password{/t}</LABEL></b></td>
20     <td><input type="password" id="repeated_password" name="repeated_password" size="30" maxlength="40"
21                 onFocus="nextfield= 'password_finish';"></td>
22   </tr>
23 </table>
25 <br>
27 <p class="plugbottom">
28   <input type=submit name="password_finish" value="{t}Set password{/t}">
29   &nbsp;
30   <input type=submit name="password_cancel" value="{t}Cancel{/t}">
31 </p>
33 <!-- Place cursor -->
34 <script language="JavaScript" type="text/javascript">
35   <!-- // First input field on page
36   nextfield= 'new_password';
37   document.mainform.new_password.focus();
38   -->
39 </script>