Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/admin/auth/builtin.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ If enabled, new users can create a new account through this form, and log in to

### Allow new users to request an account

<Callout type="warning>
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.
</Callout>

When `allowSignup` is not set, or set to `false`, users will see a request account link instead.

![Login form with request access link](https://storage.googleapis.com/sourcegraph-assets/docs/images/admin/auth/login_request-access.png)
Expand Down
Loading