Bug 31651: Replaced duplicate error message

The duplicated error message on ln119 has now been replaced for clarity.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit d6566f41e9)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 4ed02e7de5)
Signed-off-by: Pedro Amorim <pedro.amorim@ptfs-europe.com>
This commit is contained in:
Jacob O'Mara 2022-11-29 10:19:24 +00:00 committed by Pedro Amorim
parent 4f66174249
commit 39f46d9969

View file

@ -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;
}
}