summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 892350f)
raw | patch | inline | side by side (parent: 892350f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 07:41:52 +0000 (07:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 07:41:52 +0000 (07:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18325 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 259d98ded157dd3bb9850ada11f942dc38b38611..002740798f845c7f62c8217aa442023c1bee97a1 100644 (file)
{
global $config;
- if ($config->get_cfg_value("core","strictPasswordRules", "true") == "true") {
+ if ($config->boolValueIsTrue("core","strictPasswordRules")) {
// Do we have UTF8 characters in the password?
return ($password == utf8_decode($password));
}