Skip to content
Merged
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
6 changes: 3 additions & 3 deletions src/langsmith/self-host-user-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,18 @@ By default, any user can create an organization in LangSmith. For self-hosted cu
#### Configuration

<Note>
The `orgCreationDisabled` feature flag is set to `true` by default for organizations using [basic auth](/langsmith/self-host-basic-auth) or [SSO](/langsmith/self-host-sso).
The `userOrgCreationDisabled` feature flag is set to `true` by default for organizations using [basic auth](/langsmith/self-host-basic-auth) or [SSO](/langsmith/self-host-sso).
</Note>
<CodeGroup>

```yaml Helm
config:
orgCreationDisabled: true
userOrgCreationDisabled: true
```

```bash Docker
# In your .env file
ORG_CREATION_DISABLED="true"
FF_ORG_CREATION_DISABLED="true"
```

</CodeGroup>
Expand Down