Bugzilla – Attachment 144312 Details for
Bug 31651
Log message incorrect in Auth_with_shibboleth.pm
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
BUG 31651: Replaced duplicate error message
BUG-31651-Replaced-duplicate-error-message.patch (text/plain), 998 bytes, created by
Jacob O'Mara
on 2022-11-29 10:29:00 UTC
(
hide
)
Description:
BUG 31651: Replaced duplicate error message
Filename:
MIME Type:
Creator:
Jacob O'Mara
Created:
2022-11-29 10:29:00 UTC
Size:
998 bytes
patch
obsolete
>From 9a272c53e53c4b7094966c981a6b0ad83c672423 Mon Sep 17 00:00:00 2001 >From: Jacob O'Mara <jacobomara901@gmail.com> >Date: Tue, 29 Nov 2022 10:19:24 +0000 >Subject: [PATCH] BUG 31651: Replaced duplicate error message > >The duplicated error message on ln119 has now been replaced for clarity. >--- > C4/Auth_with_shibboleth.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Auth_with_shibboleth.pm b/C4/Auth_with_shibboleth.pm >index 9474fdb111..364fd774b1 100644 >--- a/C4/Auth_with_shibboleth.pm >+++ b/C4/Auth_with_shibboleth.pm >@@ -116,7 +116,7 @@ sub checkpw_shib { > return _autocreate( $config, $match ); > } else { > # If we reach this point, the user is not a valid koha user >- Koha::Logger->get->info("There are several users with $config->{matchpoint} of $match, matchpoints must be unique"); >+ Koha::Logger->get->info("No users with $config->{matchpoint} of $match found and autocreate is disabled"); > return 0; > } > } >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31651
:
144312
|
152600
|
152620
|
152865