(bug #3674) allow users creation with disabled password
[koha.git] / reports / dictionary.pl
index 2c87a49..5bbc473 100755 (executable)
@@ -48,7 +48,7 @@ my    ( $template, $borrowernumber, $cookie ) = get_template_and_user(
         query           => $input,
         type            => "intranet",
         authnotrequired => 0,
-        flagsrequired   => { reports => 1 },
+        flagsrequired   => { reports => '*' },
         debug           => 1,
     }
        );