From 0418f762749f87862200a2f5cc00e0a3b91589a0 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Tue, 25 Aug 2015 14:40:44 -0700 Subject: [PATCH] Fixes PL-3 Restrict team creation to specific domains --- config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json b/config/config.json index 572877d05a..6c915e290c 100644 --- a/config/config.json +++ b/config/config.json @@ -106,6 +106,6 @@ "TourLink": "/static/help/configure_links.html", "DefaultThemeColor": "#2389D7", "DisableTeamCreation": false, - "RestrictCreationToDomains": "mattermost.com, @spinpunch.com" + "RestrictCreationToDomains": "" } }