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

            Bug ID: 19752
           Summary: Improve authentication response in
                    offline_circ/service.pl
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

offline_circ/service.pl currently returns a "200 OK" HTTP status with a
"Authentication failed" string. We need a valid status code in this case (401).

We also need a nocookie option in this script. We added a test button in Koct
FF extention that check if the entered login/password are correct. But if the
user is currently authenticated on Koha, the script will use the cookie
authentication which can be misleading. With nocookie parameter set to true,
only the login/password will be checked.

Patch is coming

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/

Reply via email to