Commit 2f824106 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixed an error in password method due to $config modifications

Showing with 1 addition and 0 deletions
+1 -0
......@@ -400,6 +400,7 @@ class passwordMethod
*/
static function is_harmless($password)
{
global $config;
if ($config->get_cfg_value("strictPasswordRules") == "TRUE") {
// Do we have UTF8 characters in the password?
return ($password == utf8_decode($password));
......
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