https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30444 --- Comment #8 from Alex Buckley <alexbuckley@catalyst.net.nz> --- Created attachment 133616 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=133616&action=edit Bug 30444: (follow-up) WIP: Don't re-direct infinite loop if SelfCheckoutByLogin not equal to 'shibboleth' Test plan: 1. On a Koha setup to do Shibboleth set the following sysprefs: - OPACShibOnly = "Don't allow" - AutoSelfCheckAllowed = Allow - AutoSelfCheckID and AutoSelfCheckPass = The username and password of a patron with 'self_checkout_module' sub-permission enabled - SelfCheckoutByLogin = 'cardnumber' 2. Visit the self checkout page, confirm it does not indefinitely loop 3. Change SelfCheckoutbyLogin = 'username and password' 4. Repeat step 2 and confirm the same results 5. Change SelfCheckoutByLogin = 'shibboleth' 6. Repeat step 2 and confirm the same results Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes.