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

--- Comment #5 from Nick Clemens <n...@bywatersolutions.com> ---
Currently the checkpw_internal gets patron by userid and check the password if
a patron is found, then it gets patron by cardnumber and checks password.

This patch reduces that to a single check, get patron by either field, then
check password - it's going to muddy the case where a username/cardnumber is
shared

bug 14323 aims to disallow, but I think we need to reconcile this one and 36575
- can you compare them Kyle?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to