From b97b3ae6179bc15ec23e0697b08cdcbdf53e4ffc Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 29 Jun 2016 14:16:17 -0400 Subject: EE: Add the ability to restrict the user roles that can send team invites (#3442) --- config/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.json b/config/config.json index 4b93d36f6..eeb75d0c1 100644 --- a/config/config.json +++ b/config/config.json @@ -37,7 +37,8 @@ "RestrictTeamNames": true, "EnableCustomBrand": false, "CustomBrandText": "", - "RestrictDirectMessage": "any" + "RestrictDirectMessage": "any", + "RestrictTeamInvite": "system_admin" }, "SqlSettings": { "DriverName": "mysql", -- cgit v1.2.3-1-g7c22