https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37281 Bug ID: 37281 Summary: Login to OPAC return to login site Change sponsored?: --- Product: Koha Version: 24.05 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: andreas.matthus@tu-dresden.de QA Contact: testopia@bugs.koha-community.org If username and password is right the browser returns to cgi-bin/koha/opac-user.pl with prompt to login. In /usr/share/koha/lib/C4/Auth.pm in line 1394 return ( $userid, $cookie, $sessionID, $flags ); $userid is blank. If I comment out lines 1388 til 1391 unless ( $params->{do_not_print} ) { print $query->redirect( -uri => $uri->as_string, -cookie => $cookie, -status => '303 See other' ); safe_exit; } $userid is O.K. and the login works. But all point (like "change password", "personal data", ...) fall back to login site too. If username or/and password wrong the message show that in right way. -- You are receiving this mail because: You are watching all bug changes.