diff --git a/webapp/channels/src/components/admin_console/admin_definition.jsx b/webapp/channels/src/components/admin_console/admin_definition.jsx index 81c7f1d081..75845e939b 100644 --- a/webapp/channels/src/components/admin_console/admin_definition.jsx +++ b/webapp/channels/src/components/admin_console/admin_definition.jsx @@ -3249,6 +3249,10 @@ const AdminDefinition = { help_text_default: 'New user accounts are restricted to the above specified email domain (e.g. "mattermost.com") or list of comma-separated domains (e.g. "corp.mattermost.com, mattermost.com"). New teams can only be created by users from the above domain(s). This setting only affects email login for users.', placeholder: t('admin.team.restrictExample'), placeholder_default: 'E.g.: "corp.mattermost.com, mattermost.com"', + isHidden: it.all( + it.licensed, + it.not(it.licensedForSku('starter')), + ), isDisabled: it.not(it.userHasWritePermissionOnResource(RESOURCE_KEYS.AUTHENTICATION.SIGNUP)), }, {