summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3e715c7)
raw | patch | inline | side by side (parent: 3e715c7)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 9 Jul 2007 14:30:37 +0000 (14:30 +0000) | ||
committer | cajus <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 | patch | blob | history |
diff --git a/html/password.php b/html/password.php
index 901469f3bc8fbc936c93aa59e7ecfd387b6b8d09..3226bbca362b0f60b638085fff52109f6b3a4330 100644 (file)
--- a/html/password.php
+++ b/html/password.php
}
/* Check for selected password method */
-$method= "";
+$method= $config->current['HASH'];
if (isset($_GET['method'])){
$method= validate($_GET['method']);
$tmp = new passwordMethod($config);