https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30988 --- Comment #11 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 136382 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=136382 Bug 30988: Adding a more generic version of googleopenidconnect Review of attachment 136382: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=30988&attachment=136382) ----------------------------------------------------------------- ::: opac/svc/auth/openidconnect @@ +185,5 @@
+ else { + my $error_feedback = +'The email address you are trying to use is not associated with a borrower at this library.'; + my $auto_registration = C4::Context->preference('OIDCAutoRegister') // q{0}; + my $borrower = Koha::Patrons->find( { email => $email }, { emailpro => $email } );
I should've removed my earlier comment about "emailpro" since the C4::Auth::checkauth() only checks "email" for the email based authentication. Sorry! -- You are receiving this mail because: You are watching all bug changes.