From c52c3c18f0bcd6e97dda3c11d925295b67deac92 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 3 Mar 2010 14:57:28 +0000 Subject: [PATCH] Updated posix git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15994 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/personal/posix/class_posixAccount.inc | 8 ++++---- gosa-core/plugins/personal/posix/posix_shadow.tpl | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gosa-core/plugins/personal/posix/class_posixAccount.inc b/gosa-core/plugins/personal/posix/class_posixAccount.inc index 66df47b1b..172ae8567 100644 --- a/gosa-core/plugins/personal/posix/class_posixAccount.inc +++ b/gosa-core/plugins/personal/posix/class_posixAccount.inc @@ -442,19 +442,19 @@ class posixAccount extends plugin $shadowMinACL = $this->getacl("shadowMin",$SkipWrite); $smarty->assign("shadowmins", sprintf(_("Password can't be changed up to %s days after last change"), - "shadowMin."\">")); + "shadowMin."\">")); $shadowMaxACL = $this->getacl("shadowMax",$SkipWrite); $smarty->assign("shadowmaxs", sprintf(_("Password must be changed after %s days"), - "shadowMax."\">")); + "shadowMax."\">")); $shadowInactiveACL= $this->getacl("shadowInactive",$SkipWrite); $smarty->assign("shadowinactives", sprintf(_("Disable account after %s days of inactivity after password expiry"), - "shadowInactive."\">")); + "shadowInactive."\">")); $shadowWarningACL = $this->getacl("shadowWarning",$SkipWrite); $smarty->assign("shadowwarnings", sprintf(_("Warn user %s days before password expiry"), - "shadowWarning."\">")); + "shadowWarning."\">")); foreach( array("activate_shadowMin", "activate_shadowMax", "activate_shadowExpire", "activate_shadowInactive","activate_shadowWarning") as $val){ diff --git a/gosa-core/plugins/personal/posix/posix_shadow.tpl b/gosa-core/plugins/personal/posix/posix_shadow.tpl index f0510ecd3..b0e0e1af8 100644 --- a/gosa-core/plugins/personal/posix/posix_shadow.tpl +++ b/gosa-core/plugins/personal/posix/posix_shadow.tpl @@ -1,4 +1,6 @@ +

{t}Account settings{/t}

+ {render acl=$mustchangepasswordACL checkbox=$multiple_support checked=$use_mustchangepassword} -- 2.30.2