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) --- webapp/utils/constants.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'webapp/utils/constants.jsx') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index 428a806e9..f6e929270 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -755,5 +755,8 @@ export default { MAX_PREV_MSGS: 100, POST_COLLAPSE_TIMEOUT: 1000 * 60 * 5, // five minutes LICENSE_EXPIRY_NOTIFICATION: 1000 * 60 * 60 * 24 * 15, // 15 days - LICENSE_GRACE_PERIOD: 1000 * 60 * 60 * 24 * 15 // 15 days + LICENSE_GRACE_PERIOD: 1000 * 60 * 60 * 24 * 15, // 15 days + TEAM_INVITE_ALL: 'all', + TEAM_INVITE_TEAM_ADMIN: 'team_admin', + TEAM_INVITE_SYSTEM_ADMIN: 'system_admin' }; -- cgit v1.2.3-1-g7c22