summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8ed4678)
raw | patch | inline | side by side (parent: 8ed4678)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 07:41:58 +0000 (07:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 07:41:58 +0000 (07:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18327 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/personal/generic/class_user.inc | patch | blob | history |
diff --git a/gosa-core/plugins/personal/generic/class_user.inc b/gosa-core/plugins/personal/generic/class_user.inc
index accfef029ff36a60cae48b498d75d2e66057a193..90fc8ce100f9e217c03c08daaa481f42d058ec26 100644 (file)
}
/* Make hash default to md5 if not set in config */
- $hash= $this->config->get_cfg_value("core","passwordDefaultHash", "crypt/md5");
+ $hash= $this->config->get_cfg_value("core","passwordDefaultHash");
/* Load data from LDAP? */
if ($dn !== NULL){