Commit 67c74c41 authored by Côme Bernigaud's avatar Côme Bernigaud Committed by Benoit Mortier
Browse files

Fixes #2723 Fixed wrong comment

Showing with 1 addition and 1 deletion
+1 -1
...@@ -3001,7 +3001,7 @@ function change_password ($dn, $password, $mode = 0, $hash = "") ...@@ -3001,7 +3001,7 @@ function change_password ($dn, $password, $mode = 0, $hash = "")
} }
} else { } else {
// Use MD5 by default // Use SSHA by default
$hash = $config->get_cfg_value("passwordDefaultHash", "ssha"); $hash = $config->get_cfg_value("passwordDefaultHash", "ssha");
$test = new $available[$hash]($config, $dn); $test = new $available[$hash]($config, $dn);
} }
......
  • bmortier @bmortier

    mentioned in issue #937

    By markp on 2017-09-02T15:04:58 (imported from GitLab)

    ·

    mentioned in issue #937

    By markp on 2017-09-02T15:04:58 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment