From 4b9dedbfaa32e62f11592c41052d2bf1473d5a3a Mon Sep 17 00:00:00 2001 From: Jeremy Lin Date: Tue, 2 Mar 2021 10:51:17 -0800 Subject: [PATCH] Updated Disable registration of new users (markdown) --- Disable-registration-of-new-users.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Disable-registration-of-new-users.md b/Disable-registration-of-new-users.md index a60cfde..4cc9a20 100644 --- a/Disable-registration-of-new-users.md +++ b/Disable-registration-of-new-users.md @@ -21,7 +21,7 @@ You can restrict registration to email addresses from certain domains by setting * `SIGNUPS_DOMAINS_WHITELIST=example.com` (single domain) * `SIGNUPS_DOMAINS_WHITELIST=example.com,example.net,example.org` (multiple domains) -If `SIGNUPS_DOMAINS_WHITELIST` is set, then the value of `SIGNUPS_ALLOWED` is ignored. +:warning: If `SIGNUPS_DOMAINS_WHITELIST` is set, then the value of `SIGNUPS_ALLOWED` is ignored. You may also want to set `SIGNUPS_VERIFY=true`, which would require email verification before a newly-registered user can successfully log in. This would prevent someone from registering with a fake email address that has the proper domain.