You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/configuration/auth/access-settings.mdx
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,6 @@ sidebarTitle: Access settings
5
5
6
6
There are various settings to control how users access your Sourcebot deployment.
7
7
8
-
# Anonymous access
9
-
10
-
<Note>Anonymous access cannot be enabled if you have an enterprise license. If you have any questions about this restriction [reach out to us](https://www.sourcebot.dev/contact).</Note>
11
-
12
-
By default, your Sourcebot deployment is gated with a login page. If you'd like users to access the deployment anonymously, you can enable anonymous access.
13
-
14
-
This can be enabled by navigating to **Settings -> Access** or by setting the `FORCE_ENABLE_ANONYMOUS_ACCESS` environment variable.
15
-
16
-
When accessing Sourcebot anonymously, a user's permissions are limited to that of the [Guest](/docs/configuration/auth/roles-and-permissions) role.
17
-
18
8
# Member Approval
19
9
20
10
By default, Sourcebot requires new members to be approved by an owner of the deployment. This section explains how approvals work and how
@@ -37,4 +27,15 @@ Owners can see and manage all pending join requests by navigating to **Settings
37
27
If member approval is required, an owner of the deployment can enable an invite link. When enabled, users
38
28
can use this invite link to register and be automatically added to the organization without approval:
39
29
40
-

30
+

31
+
32
+
33
+
# Anonymous access
34
+
35
+
<Note>Anonymous access is only available in the free plan. If you have any questions about this restriction [reach out to us](https://www.sourcebot.dev/contact).</Note>
36
+
37
+
By default, your Sourcebot deployment is gated with a login page. If you'd like users to access the deployment anonymously, you can enable anonymous access.
38
+
39
+
This can be enabled by navigating to **Settings -> Access** or by setting the `FORCE_ENABLE_ANONYMOUS_ACCESS` environment variable.
40
+
41
+
When accessing Sourcebot anonymously, a user's permissions are limited to that of the [Guest](/docs/configuration/auth/roles-and-permissions) role.
0 commit comments