https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33905 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Nick Clemens from comment #0)
Currently Koha allows a user to sign in with either their cardnumber or userid
Confusion can arise when a user has a username that is another users cardnumber, and vice versa
We should check uniqueness across both of these fields.
We had definitely problems with that in the past and had solved it. Could this be a regression? For our libraries Joubu's solution would not work. We have all different cases: * Libraries where the self check reads the chip number that is long, complicated and unknown to the user. They user the userid for logging into the OPAC. * Libraries that don't use the userid at all, but only use the cardnumber Koha has always supported both - I think there is no step back from that. But uniqueness must be enforced. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.