X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fplugins%2Fadmin%2Fusers%2Fpassword.tpl;h=ecceb548576e08946567e8b242de7e627513803c;hb=0241966b558c41f72ab722575ebbf2597dee0951;hp=2186bfc3aebe1fed79878356218c2faf6b7fb6c6;hpb=e5e6318f0e3757fbcdd649707b3dbfea3b51bb0a;p=gosa.git diff --git a/gosa-core/plugins/admin/users/password.tpl b/gosa-core/plugins/admin/users/password.tpl index 2186bfc3a..ecceb5485 100644 --- a/gosa-core/plugins/admin/users/password.tpl +++ b/gosa-core/plugins/admin/users/password.tpl @@ -4,43 +4,138 @@ {t}To change the user password use the fields below. The changes take effect immediately. Please memorize the new password, because the user wouldn't be able to login without it.{/t}

-

- {t}Changing the password affects your authentification on mail, proxy, samba and unix services.{/t} -

+
- - - - - - - - - - - - - -
{t}Strength{/t} - - -
-
+{if !$proposalEnabled} -
-
- + + + + + + + + + + + + + +
+ {factory type='password' id='new_password' name='new_password' + onfocus="nextfield='repeated_password';" onkeyup="testPasswordCss(\$('new_password').value);"} +
+ {factory type='password' id='repeated_password' name='repeated_password' + onfocus="nextfield='password_finish';"} +
{t}Strength{/t} + + +
+ +{else} + + + + + + + + + + + + + + + + + + + + + + +
+  {t}Use proposal{/t} + +
{$proposal}
+
+ {image path='images/lists/reload.png' action='refreshProposal'} +
+  {t}Manually specify a password{/t} +
+ {factory type='password' id='new_password' name='new_password' + onfocus="nextfield='repeated_password';" onkeyup="testPasswordCss(\$('new_password').value);"} +
+ {factory type='password' id='repeated_password' name='repeated_password' + onfocus="nextfield='password_finish';"} +
{t}Strength{/t} + + +
- +{/if} +{if $passwordChangeForceable} +
+   + +{/if} + +
+
+
+ +
+ +