From f1510e0014eeccf0e8bb654ac6d489b26f89e031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gaspard?= Date: Wed, 1 Apr 2020 22:34:33 +0200 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 0eca93e..c125066 100644 --- a/Disable-registration-of-new-users.md +++ b/Disable-registration-of-new-users.md @@ -14,4 +14,4 @@ You can also disable registration except for email addresses from certain domain * `SIGNUPS_DOMAINS_WHITELIST=example.com` (single domain) * `SIGNUPS_DOMAINS_WHITELIST=example.com,example.net,example.org` (multiple domains) -You still need to set `SIGNUPS_ALLOWED=false`. Also, see [#728](https://github.com/dani-garcia/bitwarden_rs/pull/728) for caveats. \ No newline at end of file +You still need to set `SIGNUPS_ALLOWED=false`. Also, see [#728](https://github.com/dani-garcia/bitwarden_rs/pull/728) for caveats -- in particular, the emails are currently not checked, meaning that anyone could still register, by providing a fake email address that has the proper domain. \ No newline at end of file