Skip to content

Commit 9d06087

Browse files
Change "orgCreationDisabled" -> "userOrgCreationDisabled" (langchain-ai#602)
## Overview Changed in helm, need to match ## Type of change **Type:** [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other] ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes langchain-ai#123" or "fixes langchain-ai#123" or "resolves langchain-ai#123" For regular references without auto-closing, just use: - "langchain-ai#123" or "See issue langchain-ai#123" Examples: - closes langchain-ai#456 (will auto-close issue langchain-ai#456 when PR is merged) - See langchain-ai#789 for context (will reference but not auto-close issue langchain-ai#789) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md) - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed - [ ] I have gotten approval from the relevant reviewers - [ ] (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers -->
1 parent 16d17ab commit 9d06087

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎src/langsmith/self-host-user-management.mdx‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@ By default, any user can create an organization in LangSmith. For self-hosted cu
6262
#### Configuration
6363

6464
<Note>
65-
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).
65+
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).
6666
</Note>
6767
<CodeGroup>
6868

6969
```yaml Helm
7070
config:
71-
orgCreationDisabled: true
71+
userOrgCreationDisabled: true
7272
```
7373
7474
```bash Docker
7575
# In your .env file
76-
ORG_CREATION_DISABLED="true"
76+
FF_ORG_CREATION_DISABLED="true"
7777
```
7878

7979
</CodeGroup>

0 commit comments

Comments
 (0)