-
Notifications
You must be signed in to change notification settings - Fork 830
feat: Add section for organization slug #2672
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 8 commits
10f8ab9
bc32380
ec3214b
d1b4e26
57623c0
335f825
a456650
070e79f
49258a0
03f4687
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -65,7 +65,18 @@ Most multi-tenant applications want every user to be part of an organization rat | |||||
To enable personal accounts for your application, toggle **Allow personal accounts** in the [**Organizations Settings**](https://dashboard.clerk.com/last-active?path=organizations-settings) page. | ||||||
|
||||||
> [!IMPORTANT] | ||||||
> Personal accounts being disabled by default was released on 08-22-2025. Applications created before this date will not be able to see the **Allow personal accounts** setting, because personal account were enabled by default. | ||||||
> Personal accounts being disabled by default was released on August 22, 2025. Applications created before this date will not be able to see the **Allow personal accounts** setting, because personal account were enabled by default. | ||||||
|
||||||
## Organization slugs | ||||||
|
||||||
Organization slugs are human-readable URL identifiers that help users reference which organization they're working in. | ||||||
|
||||||
To enable it on your application, toggle **Enable organization slugs** in the [**Organizations Settings**](https://dashboard.clerk.com/last-active?path=organizations-settings) page. | ||||||
|
||||||
If disabled, organization slugs won't be displayed in the [`<CreateOrganization />`](/docs/reference/components/organization/create-organization), [`<OrganizationList />`](/docs/reference/components/organization/organization-list), and [`<OrganizationSwitcher />`](/docs/reference/components/organization/organization-switcher) components. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think it's a given that if org slugs are disabled, they won't appear for an application. because they are disabled.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Love the change in phrasing from negative to positive. |
||||||
|
||||||
> [!IMPORTANT] | ||||||
> Organization slugs are disabled by default for applications created after October 7, 2025. For applications created before this date, you can opt to disable it. | ||||||
|
||||||
## Active organization | ||||||
|
||||||
|
Uh oh!
There was an error while loading. Please reload this page.