From: cajus Date: Mon, 9 Jul 2007 14:30:37 +0000 (+0000) Subject: Hash is not empty... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7845c0ef6223062dad18278929c80a864aa45485;p=gosa.git Hash is not empty... git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6784 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/html/password.php b/html/password.php index 901469f3b..3226bbca3 100644 --- a/html/password.php +++ b/html/password.php @@ -143,7 +143,7 @@ if ($config->data['MAIN']['FORCESSL'] == 'true' && $ssl != ''){ } /* Check for selected password method */ -$method= ""; +$method= $config->current['HASH']; if (isset($_GET['method'])){ $method= validate($_GET['method']); $tmp = new passwordMethod($config);