]> git.koha-community.org Git - koha.git/commit
Bug 36679: Prevent SCO login for the AnonymousPatron
authorLucas Gass <lucas@bywatersolutions.com>
Wed, 24 Apr 2024 20:00:53 +0000 (20:00 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 27 Jun 2024 22:00:48 +0000 (22:00 +0000)
commit58b5228af0159ab94111e789b6bc9e492321289d
treebcc9fbe39bf0aadd5a74a9eb39639a028c456906
parentfc498772abd0593111a0cbb8d1991bc4ca77c712
Bug 36679: Prevent SCO login for the AnonymousPatron

1. Make sure AutoSelfCheckAllowed is Allowed and AutoSelfCheckID and AutoSelfCheckPass are in use.
2. Make sure AnonymousPatron is pointed to an account.
3. Set SelfCheckoutByLogin to cardnumber.
4. Verify that if you go to the anonymous patron account in the staff interface, you cannot checkout items.
5. Go to the selfcheck path of the library.  It should auto login.  Put in the cardnumber for the anonymous user.
6. Proceed to check out items!
7. APPLY PATCH, restart_all
8. Try step 5 again, you should not be able to log in as the AnonymousPatron. Instead you should be redirected to OPAC home page
9. Switch SelfCheckoutByLogin to 'username and pasword'.
10. Again try to log in as the AnonymousPatron, you should not be able to.
11. Make sure you can login as a regular patron when SelfCheckoutByLogin is set to 'cardnumber' and when it is set to 'username and pasword'.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 76075976ea655f6a9811cbc129fe7799d04b505b)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
opac/sco/sco-main.pl