Bug 14731 - SIP1 - allow authentication with userid
Summary: SIP1 - allow authentication with userid
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: SIP2 (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low critical (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-26 07:33 UTC by Uğur Bulgan
Modified: 2019-10-14 19:58 UTC (History)
7 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uğur Bulgan 2015-08-26 07:33:28 UTC
On KOHA when performing check out operations we can make the check out process possible via the user authentication from card number, user id and patron attributes informations.

But on SIP2 the user authentication can only be made with the card number and user id.

Is it possible to do user authentication with user id on SIP2 as well?
Comment 1 Humberto Blanco 2016-02-15 19:49:33 UTC
 maybe take a look at bug 9936 can help you
Comment 2 Jonathan Druart 2017-04-20 15:11:29 UTC
Duplicate of bug 16694?
Comment 3 Magnus Enger 2017-04-20 18:40:41 UTC
(In reply to Jonathan Druart from comment #2)
> Duplicate of bug 16694?

I don't think so. 16694 is more about making it possible to add an extended patron attribute with values Yes/No, and making the patron's access to certain things depend on that value.
Comment 4 Katrin Fischer 2018-10-14 10:00:37 UTC
I am not sure if this is not possible by now?
Comment 5 Magnus Enger 2018-10-15 08:40:30 UTC
(In reply to Katrin Fischer from comment #4)
> I am not sure if this is not possible by now?

It should be possible, yes:
http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=C4/SIP/ILS/Patron.pm;h=9b8cb53150a35c8348f4c6c273a3a7b1b49d8459;hb=HEAD#l41

See bug 20348.