From: Chris Cormack Date: Mon, 10 Mar 2014 21:56:53 +0000 (+1300) Subject: Bug 11715: require authentication for the cataloging Z39.50 search X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=a9ab843118ab4c45734a21b156f8e940542ba0a6;p=koha_fer Bug 11715: require authentication for the cataloging Z39.50 search To test: 1/ go to /cgi-bin/koha/cataloguing/z3950_search.pl when you are not logged in, notice no log in is enforced 2/ Apply patch 3/ go to /cgi-bin/koha/cataloguing/z3950_search.pl notice you now need to login Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Signed-off-by: Galen Charlton Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi --- diff --git a/cataloguing/z3950_search.pl b/cataloguing/z3950_search.pl index a754c45361..d3a3c53e19 100755 --- a/cataloguing/z3950_search.pl +++ b/cataloguing/z3950_search.pl @@ -53,7 +53,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user({ template_name => "cataloguing/z3950_search.tmpl", query => $input, type => "intranet", - authnotrequired => 1, flagsrequired => { catalogue => 1 }, });