https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10060
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #26 from David Cook <[email protected]> --- (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. _______________________________________________ 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/
