From 497a284df1311af83165f0663b4bfdef646b3b69 Mon Sep 17 00:00:00 2001 From: mprasil Date: Mon, 3 Jun 2019 22:46:08 +0100 Subject: [PATCH] Updated Disable invitations (markdown) --- Disable-invitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Disable-invitations.md b/Disable-invitations.md index 6af7ca9..739b124 100644 --- a/Disable-invitations.md +++ b/Disable-invitations.md @@ -1,4 +1,4 @@ -Even when registration is disabled, organization administrators or owners can invite users to join organization. This won't send email invitation to the users, but after they are invited, they can register with the invited email even if `SIGNUPS_ALLOWED` is actually set to `false`. You can disable this functionality completely by setting `INVITATIONS_ALLOWED` env variable to `false`: +Even when registration is disabled, organization administrators or owners can invite users to join organization. After they are invited, they can register with the invited email even if `SIGNUPS_ALLOWED` is actually set to `false`. You can disable this functionality completely by setting `INVITATIONS_ALLOWED` env variable to `false`: ```sh docker run -d --name bitwarden \