From 5f7cb8cfbf879aa0b0d43a7b7068688368fda9fc Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 6 Jul 2016 08:23:24 -0400 Subject: PLT-3346/PLT-3342/PLT-3360 EE: Add the ability to restrict channel management permissions (#3453) * EE: Add the ability to restrict channel management permissions * Always allow last user in a channel to delete that channel --- config/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config/config.json') diff --git a/config/config.json b/config/config.json index ec021045f..c70ace9ff 100644 --- a/config/config.json +++ b/config/config.json @@ -38,7 +38,9 @@ "EnableCustomBrand": false, "CustomBrandText": "", "RestrictDirectMessage": "any", - "RestrictTeamInvite": "system_admin" + "RestrictTeamInvite": "all", + "RestrictPublicChannelManagement": "all", + "RestrictPrivateChannelManagement": "all" }, "SqlSettings": { "DriverName": "mysql", -- cgit v1.2.3-1-g7c22