diff --git a/application/Espo/Core/Authentication/Logins/LDAP.php b/application/Espo/Core/Authentication/Logins/LDAP.php index 728a3450e9..e9c874a594 100644 --- a/application/Espo/Core/Authentication/Logins/LDAP.php +++ b/application/Espo/Core/Authentication/Logins/LDAP.php @@ -395,6 +395,7 @@ class LDAP implements Login ]); $this->linkMultipleSaver->process($user, 'teams', $saverParams); + $this->linkMultipleSaver->process($user, 'portals', $saverParams); $this->linkMultipleSaver->process($user, 'portalRoles', $saverParams); $this->emailAddressSaver->process($user, $saverParams); $this->phoneNumberSaver->process($user, $saverParams);