https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10060 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au --- Comment #26 from David Cook <dcook@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.