https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24663 --- Comment #53 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Alvaro Cornejo from comment #51) Those authnotrequired => 1 are for error messages and help only, that should not be a problem:
/usr/share/koha/intranet/cgi-bin/help.pl: authnotrequired => 1, /usr/share/koha/intranet/cgi-bin/errors/403.pl: authnotrequired => 1, /usr/share/koha/intranet/cgi-bin/errors/401.pl: authnotrequired => 1, /usr/share/koha/intranet/cgi-bin/errors/500.pl: authnotrequired => 1, /usr/share/koha/intranet/cgi-bin/errors/400.pl: authnotrequired => 1, /usr/share/koha/intranet/cgi-bin/errors/402.pl: authnotrequired => 1,
This is in master, I will follow-up (no need to backport it):
/usr/share/koha/intranet/cgi-bin/tools/batch_extend_due_dates.pl: authnotrequired => 0,
Those 2 ones are in stable releases only, can stay as it:
/usr/share/koha/intranet/cgi-bin/acqui/neworderbiblio.pl: authnotrequired => 0, /usr/share/koha/intranet/cgi-bin/admin/printers.pl: authnotrequired => 0,
-- You are receiving this mail because: You are watching all bug changes.