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

            Bug ID: 42222
           Summary: Use of uninitialized string in string eq in Auth.pm
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Authentication
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

I noticed in the error logs "Use of uninitialized value in string eq at
/kohadevbox/koha/C4/Auth.pm line 198". This occurs when you're 1) already
authenticated and 2) doing any POST request, on both the public and staff
sides. It's because `$in->{query}->param('login_op')` is undef when the user
isn't logging in. Patch coming shortly.

-- 
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]
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