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

            Bug ID: 42527
           Summary: Impossible to log into OPAC after error when
                    OpacPublic disabled
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: OPAC
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

There's a couple problems here.

First:
If you disable OpacPublic and go to http://localhost:8080/cgi-bin/koha/bad

It generates a form action of "/cgi-bin/kohaerrors/404.pl" because
Koha/AuthUtils.pm's get_script_name isn't returning the script name correctly
for middleware handled errors.

Second:
C4/Auth.pm's checkauth probably should allow "errorpage.tt" as part of
"@allowed_scripts_for_private_opac".

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to