[Koha-bugs] [Bug 20632] Staff users without superlibrarian can't log into OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 2 08:34:11 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20632

--- Comment #9 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 145991
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145991&action=edit
Bug 20632: Alert when SCO or SCI user in OPAC login page

Special patrons for self check-out/check-in are not allowed to login
into OPAC.

This patch adds an alter message in OPAC login page when
authentification is tried with SCO/SCI user.

Test plan :
1) SCO
1.1) Use koha-testing-docker that is configured with patron 'self_checkout'
1.2) Go to OPAC main page, not logged-in
1.3) Try to login with login 'self_checkout' and password 'self_checkout'
=> You see an alert 'You can not loggin with self check-out user'
2) SCI
2.1) Create a new patron with login 'self_checkin', password 'self_checkin'
2.2) Define on him the permission 'self_checkin_module'
2.3) Go to OPAC main page, not logged-in
2.4) Try to login with login 'self_checkin' and password 'self_checkin'
=> You see an alert 'You can not loggin with self check-in user'

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list