summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c04b6ac)
raw | patch | inline | side by side (parent: c04b6ac)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Aug 2006 11:49:36 +0000 (11:49 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 9 Aug 2006 11:49:36 +0000 (11:49 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4446 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/password/main.inc | patch | blob | history |
index 5b9eac61549cbbc60ea2a6960bcd02efb656cb77..6ea7333c2b5a860cd10fa41573c00fd3307f689f 100644 (file)
$display= "";
$password_ACLS = $ui->get_permissions($ui->dn,"users/password");
- $password_ACLS = "cmdr";
$smarty->assign("ChangeACL" , $password_ACLS);
$smarty->assign("NotAllowed" , !preg_match("/w/i",$password_ACLS));