https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20536
M. Tompsett <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |RESOLVED Resolution|--- |WORKSFORME --- Comment #2 from M. Tompsett <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
