Code

Added property class to get_cfg_requests
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 May 2010 10:03:36 +0000 (10:03 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 May 2010 10:03:36 +0000 (10:03 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18105 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/password-methods/class_password-methods.inc

index 99cd275fb5deb5c16db1e4d029e4d9929c3a90f7..259d98ded157dd3bb9850ada11f942dc38b38611 100644 (file)
@@ -323,7 +323,7 @@ class passwordMethod
   {
       global $config;
 
-      if ($config->get_cfg_value("strictPasswordRules", "true") == "true") {
+      if ($config->get_cfg_value("core","strictPasswordRules", "true") == "true") {
           // Do we have UTF8 characters in the password?
           return ($password == utf8_decode($password));
       }