Code

Hash is not empty...
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 9 Jul 2007 14:30:37 +0000 (14:30 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 9 Jul 2007 14:30:37 +0000 (14:30 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6784 594d385d-05f5-0310-b6e9-bd551577e9d8

html/password.php

index 901469f3bc8fbc936c93aa59e7ecfd387b6b8d09..3226bbca362b0f60b638085fff52109f6b3a4330 100644 (file)
@@ -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);