@@ -, +, @@ --- C4/Auth.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/C4/Auth.pm +++ a/C4/Auth.pm @@ -84,7 +84,7 @@ C4::Auth - Authenticates Koha users template_name => "opac-main.tmpl", query => $query, type => "opac", - authnotrequired => 1, + authnotrequired => 0, flagsrequired => {borrow => 1, catalogue => '*', tools => 'import_patrons' }, } ); @@ -108,7 +108,7 @@ automatically. This gets loaded into the template. template_name => "opac-main.tmpl", query => $query, type => "opac", - authnotrequired => 1, + authnotrequired => 0, flagsrequired => {borrow => 1, catalogue => '*', tools => 'import_patrons' }, } ); --