[Koha-bugs] [Bug 20536] ILL: authnotrequired not explicitly unset

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 6 15:28:03 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20536

M. Tompsett <mtompset at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #2 from M. Tompsett <mtompset at hotmail.com> ---
I enabled IllModule system preference.
Went to Home -> ILL Requests (didn't get forced log in screen, though I got
configuration warning note)
Copied URL.
Logged out.
Pasted URL into address bar.
Got forced login screen.

It seems like overkill, given that:

 157 sub get_template_and_user {
 158 
 159     my $in = shift;
 160     my ( $user, $cookie, $sessionID, $flags );
 161 
 162     C4::Context->interface( $in->{type} );
 163 
 164     $in->{'authnotrequired'} ||= 0;
 165 

In C4/Auth.pm it expressly gets set if it isn't passed.
So unless you can provide a set of steps as explicit as this which repeats the
problem, I am marking this RESOLVED WORKSFORME.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list