Code

Hash is not empty...
[gosa.git] / 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);