From 7845c0ef6223062dad18278929c80a864aa45485 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 9 Jul 2007 14:30:37 +0000 Subject: [PATCH] Hash is not empty... git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6784 594d385d-05f5-0310-b6e9-bd551577e9d8 --- html/password.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2