From 4ed02e7de586fa1421e64c76d8c4a4de47953bb9 Mon Sep 17 00:00:00 2001 From: Jacob O'Mara 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. Signed-off-by: Katrin Fischer Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit d6566f41e942fe260a7553c9ff0355ff48d221ef) Signed-off-by: Martin Renvoize --- 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.20.1