Skip to content

Commit e4b84d9

Browse files
authored
Update index.mdx
1 parent 2857540 commit e4b84d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/admin/auth/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,11 +334,13 @@ Then add the following lines to your [site configuration](/admin/config/site_con
334334
"displayName": "Bitbucket Server",
335335
"clientID": "replace-with-the-oauth-client-id",
336336
"clientSecret": "replace-with-the-oauth-client-secret"
337+
"allowSignup": false // This is set to false by default, which means that any bitbucket server user cannot automatically sign up to access your instance.
337338
}
338339
]
339340
```
340341
Replace the `clientID` and `clientSecret` values with the values from your Bitbucket Server link.
341342

343+
342344
## Gerrit
343345
<span class="badge badge-beta">Beta</span>
344346

0 commit comments

Comments
 (0)