From b9ce4a644d8e97ed05acb79033ea2f5043494ee4 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Tue, 20 Oct 2015 17:30:24 -0700 Subject: PLT-350 allow ability to disable restricted team names --- config/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/config.json') diff --git a/config/config.json b/config/config.json index 37109428d..7bac58df7 100644 --- a/config/config.json +++ b/config/config.json @@ -17,7 +17,8 @@ "MaxUsersPerTeam": 50, "EnableTeamCreation": true, "EnableUserCreation": true, - "RestrictCreationToDomains": "" + "RestrictCreationToDomains": "", + "RestrictTeamNames": true }, "SqlSettings": { "DriverName": "mysql", -- cgit v1.2.3-1-g7c22