It would be useful if all patrons, regardless of whether they have the self_checkin_module sub-permission enabled, could check items in using the OPAC self check-in module. This could be achieved by adding a syspref allowing libraries to choose if the Koha patron defined in the AutoSelfCheckID and AutoSelfCheckPassw sysprefs can log into the self check-in module. We want this so that it can be an option to add behaviour that mirrors the self check-out. Currently, the patron in the AutoSelfCheckID and AutoSelfCheckPass sysprefs can only be used to log into the self check-out module.
Created attachment 134801 [details] [review] Bug 30590 Self-check in
Created attachment 134909 [details] [review] Bug 30590 fixing sci sso
Created attachment 134910 [details] [review] Bug 30590: Use AutoSelfCheckID and AutoSelfCheckPass values to log into OPAC self check-in module Test plan: 1) Set values in 'AutoSelfCheckID' and 'AutoSelfCheckPass' system preferences, and enable 'AutoSelfCheckAllowed' 2) Enable 'SelfCheckinModule' system preference 3) Visit /cgi-bin/koha/sci/sci-main.pl and notice a login page loads 4) Apply patch and restart services 5) Repeat step 3 and notice a login page does not load this time 6) Enter a barcode, check an item in Sponsored-by: Catalyst IT
Hi Wainui, should this be Needs Signoff?
(In reply to Katrin Fischer from comment #4) > Hi Wainui, should this be Needs Signoff? Hi Katrin, It is not yet ready to be signed off as we still need to write and add uni tests for the changes to C4/Auth.pm Thanks, Wainui
All good, thx for the reply!
This bug seems to have the same aim as #Bug 22322. Mark as duplicate?
(In reply to Mirjam Vantieghem from comment #7) > This bug seems to have the same aim as #Bug 22322. > Mark as duplicate? Hi Mirjam, I agree they sound the same and as the other already has signed off patches, I'll mark this one as the duplicate for now. *** This bug has been marked as a duplicate of bug 22322 ***