From c4ba425f4f2de4248fdfd340b4894f4938412a79 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 20 Dec 2023 15:11:38 +0200 Subject: [PATCH] msg fix --- application/Espo/Core/Authentication/Authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/Espo/Core/Authentication/Authentication.php b/application/Espo/Core/Authentication/Authentication.php index 279397affe..120d76e4c2 100644 --- a/application/Espo/Core/Authentication/Authentication.php +++ b/application/Espo/Core/Authentication/Authentication.php @@ -405,7 +405,7 @@ class Authentication if (!$isPortalRelatedToUser) { $this->log->info( "AUTH: Trying to login to portal as user '" . $user->getUserName() . "' ". - "which is portal user but does not belongs to portal."); + "which is portal user but does not belong to portal."); $this->logDenied($authLogRecord, AuthLogRecord::DENIAL_REASON_USER_IS_NOT_IN_PORTAL);