From: hickert Date: Tue, 2 Dec 2008 13:47:16 +0000 (+0000) Subject: fixed Password hash detection X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c37b040e3346c647d590f65c174b44c0327af8d0;p=gosa.git fixed Password hash detection git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13116 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/generic/class_user.inc b/gosa-core/plugins/personal/generic/class_user.inc index a7d3e4a19..e23798d50 100644 --- a/gosa-core/plugins/personal/generic/class_user.inc +++ b/gosa-core/plugins/personal/generic/class_user.inc @@ -179,7 +179,7 @@ class user extends plugin } /* Make hash default to md5 if not set in config */ - $hash= $this->config->get_cfg_value("hash", "crypt/md5"); + $hash= $this->config->get_cfg_value("passwordDefaultHash", "crypt/md5"); /* Load data from LDAP? */ if ($dn !== NULL){