https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17554 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 57207 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57207&action=edit Bug 17554: Koha::Patrons - Remove GetBorrowersWithEmail C4::Members::GetBorrowersWithEmail can be easily replaced with Koha::Patrons->search({ email => $email }); Test plan: Confirm that you are still able to use Persona for login http://translate.koha-community.org/manual/master/en/html-desktop/#mozillape... For QA: Note that this is also use for the PKI authentication But as the code is the same I don't think it's needed to test both. -- You are receiving this mail because: You are watching all bug changes.