From e4b84d98493d7fa56bc49c4cad158d086f6082d7 Mon Sep 17 00:00:00 2001
From: mibali <111276665+mibali@users.noreply.github.com>
Date: Tue, 22 Oct 2024 12:42:13 +0100
Subject: [PATCH 1/2] Update index.mdx
---
docs/admin/auth/index.mdx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/admin/auth/index.mdx b/docs/admin/auth/index.mdx
index 539e8de14..c6c418859 100644
--- a/docs/admin/auth/index.mdx
+++ b/docs/admin/auth/index.mdx
@@ -334,11 +334,13 @@ Then add the following lines to your [site configuration](/admin/config/site_con
"displayName": "Bitbucket Server",
"clientID": "replace-with-the-oauth-client-id",
"clientSecret": "replace-with-the-oauth-client-secret"
+ "allowSignup": false // This is set to false by default, which means that any bitbucket server user cannot automatically sign up to access your instance.
}
]
```
Replace the `clientID` and `clientSecret` values with the values from your Bitbucket Server link.
+
## Gerrit
Beta
From 2e5429e0d9cb09b97019e02419f5e2092280835c Mon Sep 17 00:00:00 2001
From: mibali <111276665+mibali@users.noreply.github.com>
Date: Tue, 22 Oct 2024 12:43:54 +0100
Subject: [PATCH 2/2] Update index.mdx
---
docs/admin/auth/index.mdx | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/admin/auth/index.mdx b/docs/admin/auth/index.mdx
index c6c418859..44d6b4719 100644
--- a/docs/admin/auth/index.mdx
+++ b/docs/admin/auth/index.mdx
@@ -340,7 +340,6 @@ Then add the following lines to your [site configuration](/admin/config/site_con
```
Replace the `clientID` and `clientSecret` values with the values from your Bitbucket Server link.
-
## Gerrit
Beta