summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d36d904)
raw | patch | inline | side by side (parent: d36d904)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Jul 2007 12:37:43 +0000 (12:37 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 19 Jul 2007 12:37:43 +0000 (12:37 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6922 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_password-methods.inc | patch | blob | history |
index b3c07653d868f7487592a86a72c7b48c412dfab7..80e8c18b5392cc1d881f13b1bee0b0d2c45cbec3 100644 (file)
global $config;
$newpass= "";
+ /* Convert to lower. Methods are lowercase */
+ $hash= strtolower($hash);
+
// Get all available encryption Methods
// NON STATIC CALL :)