3 Oct
2024
3 Oct
'24
9:07 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37919 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |blawlor@clamsnet.org --- Comment #1 from Brendan Lawlor <blawlor@clamsnet.org> --- A workaround for this is to change = to LIKE Change this line: AND p.auth_method = 'password' to: AND p.auth_method LIKE 'passwor' -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.