From 6a8e57a35304eeb6ef96b30fb0f50c823d13ae3e Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 14 Sep 2017 16:27:52 -0400 Subject: [PATCH] Add superuser config for the invite-only feature --- static/directives/config/config-setup-tool.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/static/directives/config/config-setup-tool.html b/static/directives/config/config-setup-tool.html index d8fc2b800..b1e8450fa 100644 --- a/static/directives/config/config-setup-tool.html +++ b/static/directives/config/config-setup-tool.html @@ -1218,8 +1218,20 @@ Enable Open User Creation
- If enabled, user accounts can be created by anyone. - Users can always be created in the users panel under this superuser view. + If enabled, user accounts can be created by anyone (unless restricted below to invited users). + Users can always be created in the users panel in this superuser tool, even if this feature is disabled. +
+ + + + Invite-only User Creation: + +
+ Enable Invite-only User Creation +
+
+ If enabled, user accounts can only be created when a user has been invited, by e-mail address, to join a team. + Users can always be created in the users panel in this superuser tool, even if this feature is enabled.