summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a4f9397)
raw | patch | inline | side by side (parent: a4f9397)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 May 2010 10:03:36 +0000 (10:03 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-core/include/password-methods/class_password-methods.inc b/gosa-core/include/password-methods/class_password-methods.inc
index 99cd275fb5deb5c16db1e4d029e4d9929c3a90f7..259d98ded157dd3bb9850ada11f942dc38b38611 100644 (file)
{
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));
}