Skip to content
Snippets Groups Projects
Commit 9a910404 authored by Marius Burkard's avatar Marius Burkard
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent a3471bc8
No related branches found
No related tags found
No related merge requests found
Pipeline #4815 passed
......@@ -216,7 +216,7 @@ class auth {
global $app;
$server_config_array = $app->getconf->get_global_config();
$min_password_strength = 0;
if(isset($server_config_array['misc']['min_password_strength'])) $min_password_strength = $server_config_array['misc']['min_password_strength'];;
if(isset($server_config_array['misc']['min_password_strength'])) $min_password_strength = $server_config_array['misc']['min_password_strength'];
return $min_password_strength;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment