Skip to content

Commit 84c9155

Browse files
authored
Adds warning for bypassing duplicate email validation with allowSignup
1 parent d26cec1 commit 84c9155

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/admin/auth/builtin.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ If enabled, new users can create a new account through this form, and log in to
4545

4646
### Allow new users to request an account
4747

48+
<Callout type="warning>
49+
For security reasons, `allowSignup` will bypass validation protecting against duplicate user emails. We recommend enabling this feature only if users are not being provisioned by other means.
50+
</Callout>
51+
4852
When `allowSignup` is not set, or set to `false`, users will see a request account link instead.
4953
5054
![Login form with request access link](https://storage.googleapis.com/sourcegraph-assets/docs/images/admin/auth/login_request-access.png)

0 commit comments

Comments
 (0)