[Bug 37281] New: Login to OPAC return to login site
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.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37281 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com, | |tomascohen@gmail.com Keywords| |RM_priority --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Is this in 24.05.00 or 24.05.01? You are using the local login (password and username stored in Koha)? Are any other authentication methods set up? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37281 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #2 from Jonathan Druart <jonathan.druart@gmail.com> --- Closing as we are lacking information to recreate the problem. Please reopen with more info if the problem persists. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37281 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|RM_priority | -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org