X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fplugins%2Fadmin%2Fusers%2Fpassword.tpl;h=ecceb548576e08946567e8b242de7e627513803c;hb=0241966b558c41f72ab722575ebbf2597dee0951;hp=0a36fbc1d88944cca50461b320b33befb3e37daa;hpb=230ded97740101e3faa222e879bd299f03288377;p=gosa.git diff --git a/gosa-core/plugins/admin/users/password.tpl b/gosa-core/plugins/admin/users/password.tpl index 0a36fbc1d..ecceb5485 100644 --- a/gosa-core/plugins/admin/users/password.tpl +++ b/gosa-core/plugins/admin/users/password.tpl @@ -4,35 +4,98 @@ {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} -

+
- - - - - - - - - - - - - -
- {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 !$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} + +

@@ -43,8 +106,36 @@ + +