[Koha-bugs] [Bug 33681] Omnibus: Allow SIP2 users to be created through the Koha staff interface

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 4 17:19:20 CEST 2023


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kyle at bywatersolutions.com

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to Katrin Fischer from comment #1)
> I think one issue here could be all the extra configuration options we have
> tied to the SIP logins. 
> 
> Maybe we'd need some kind of default entry in the .xml to make sure we can
> still connect the config to the user?

I'm certain we can build a UI editor that can handle all those SIP options. I
think the two blocks of the xml file that should be moved to the database/ui
are the accounts (
https://github.com/Koha-Community/Koha/blob/edbc81199798aa084365a1845188aa24e6ad010b/etc/SIPconfig.xml#L55
) and the institutions (
https://github.com/Koha-Community/Koha/blob/edbc81199798aa084365a1845188aa24e6ad010b/etc/SIPconfig.xml#L105
).

One thing to consider is you can currently set institution codes to
non-branchcodes, but this makes things explode. We should probably start with a
something to codify that SIP institutions *must* be branchcodes now, then it
would be trivial to move that part to the database/UI.

We have another thought that perhaps would should get rid of
accounts/login/institution as the SIP patron's branchcode is functionally
equivalent. That's not necessary but could be a good followup.

-- 
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