From 486d12e1c3a5d6658ca0ebd8fd28bec9f6753ce9 Mon Sep 17 00:00:00 2001 From: Corey Hulen Date: Fri, 21 Oct 2016 17:19:28 -0700 Subject: PLT-4165 removing team name reserved words (#4289) --- webapp/utils/constants.jsx | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'webapp/utils') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index efc0d8482..663a8863c 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -331,23 +331,13 @@ export const Constants = { SYSTEM_MESSAGE_PROFILE_NAME: 'System', SYSTEM_MESSAGE_PROFILE_IMAGE: logoImage, RESERVED_TEAM_NAMES: [ - 'www', - 'web', + 'signup', + 'login', 'admin', - 'support', - 'notify', - 'test', - 'demo', - 'mail', - 'team', 'channel', - 'internal', - 'localhost', - 'dockerhost', - 'stag', 'post', - 'cluster', - 'api' + 'api', + 'oauth' ], RESERVED_USERNAMES: [ 'valet', -- cgit v1.2.3-1-g7c22