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

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

@@ -39,8 +106,36 @@ + +