Bug 24663: Remove authnotrequired if set to 0
[srvgit] / serials / checkexpiration.pl
index ae88841..4f0c1e8 100755 (executable)
@@ -59,7 +59,6 @@ my ( $template, $loggedinuser, $cookie, $flags ) = get_template_and_user (
         template_name   => "serials/checkexpiration.tt",
         query           => $query,
         type            => "intranet",
-        authnotrequired => 0,
         flagsrequired   => { serials => 'check_expiration' },
         debug           => 1,
     }