From f4255f93a2a9dc17eed3582826cd0f87edbe2ff5 Mon Sep 17 00:00:00 2001 From: Shane Kilkelly Date: Tue, 20 Dec 2016 10:28:54 +0000 Subject: [PATCH] add `restrictInvitesToExistingAccounts` option --- settings.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.coffee b/settings.coffee index 5c795e17dc..b5d74c701d 100644 --- a/settings.coffee +++ b/settings.coffee @@ -109,6 +109,7 @@ settings = # The name this is used to describe your ShareLaTeX Installation appName: process.env["SHARELATEX_APP_NAME"] or "ShareLaTeX (Community Edition)" + restrictInvitesToExistingAccounts: process.env["SHARELATEX_RESTRICT_INVITES_TO_EXISTING_ACCOUNTS"] == 'true' nav: title: process.env["SHARELATEX_NAV_TITLE"] or process.env["SHARELATEX_APP_NAME"] or "ShareLaTeX Community Edition"