[Koha-bugs] [Bug 10060] Allow adding a branch parameter to the web-based self check to indicate library its used at

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 19 00:12:21 CET 2024


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcook at prosentient.com.au

--- Comment #26 from David Cook <dcook at prosentient.com.au> ---
(In reply to Christopher Brannon from comment #23)
> Then we need to do something like allow the library to navigate their self
> check to /cgi-bin/koha/sco/sco-main.pl?branch=BRANCHCODE, which would tell
> the page to login to the self check with the credentials from their page.
> 
> AutoSelfCheckAllowed set to allow, but having nothing filled in for
> AutoSelfCheckID or AutoSelfCheckPass could be the queue for Koha to check
> for credentials under the branch, if specified in the URL.
> 
> Thoughts?

Locally we use /cgi-bin/koha/sco/sco-main.pl?branch=BRANCHCODE and then add a
hidden input to each operation after that to include the branch.

We also have AutoSelfCheckID and AutoSelfCheckPass as well still, but we suffix
it with a branchcode so that each branch can have its own particular user and
password.

Nick's POC is interesting though.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list