[Koha-bugs] [Bug 34188] Require Library Branch Selection when Logging in

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 12 11:50:57 CEST 2023


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

Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #153338|0                           |1
        is obsolete|                            |

--- Comment #3 from Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com> ---
Created attachment 153348
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=153348&action=edit
Bug 34188: Require Library Branch Selection when Logging in

This patch adds the ability to force staff to select a library when logging
into the staff interface. This is done via a new system preference:
'ForcedLibrarySelection'

To test:
1) Apply patch, restart_all, and updatedatabase
2) Log out of the staff interface. Notice the login form looks the same and the
"Library:" dropdown has 'My Library" selected as default. Log back into the
staff interface.
3) In Administration, search for the system preference
"ForcedLibrarySelection". Set it to 'Force' and press save.
4) Log out of the staff interface. Notice that this time, the "Library:"
dropdown is required and has a blank selection as the default.
5) Fill in the username and password but do not select a library. Click 'Log
in'
6) Notice you cannot log in and are asked to 'Please select an item in the
list'
7) Select a library from the drop down and click 'Log in'
8) Notice the login was successful and you were logged in to the library you
selected.9) Try loggin in with some other libraries to verify it works as
expected
10) Sign-off :)

Signed-off-by: Matt Blenkinsop <matt.blenkinsop at ptfs-europe.com>

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


More information about the Koha-bugs mailing list