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
16 changes: 8 additions & 8 deletions docs/guides/secure/restricting-access.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ In **Restricted** mode, user access is controlled by the application admin(s). U

To enable this mode:

- In the Clerk Dashboard, navigate to the [**Restrictions**](https://dashboard.clerk.com/~/user-authentication/restrictions) page.
- In the **Restrictions** section, toggle on **Enable restricted mode** and select **Save**.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this restrictions section doesn't exist anymore

1. In the Clerk Dashboard, navigate to the [**Restrictions**](https://dashboard.clerk.com/~/user-authentication/restrictions) page.
1. Toggle on **Enable restricted mode** and select **Save**.

Additional features available in **Restricted** mode:

Expand All @@ -51,8 +51,8 @@ In **Waitlist** mode, users can register their interest in your app by joining a

To enable this mode:

- In the Clerk Dashboard, navigate to the [**Waitlist settings**](https://dashboard.clerk.com/~/user-authentication/waitlist) page.
- Ensure that **Enable waitlist** is toggled on and select **Save**.
1. In the Clerk Dashboard, navigate to the [**Waitlist settings**](https://dashboard.clerk.com/~/user-authentication/waitlist) page.
1. Toggle on **Enable waitlist** and select **Save**.

Additional features available in **Waitlist** mode:

Expand Down Expand Up @@ -86,7 +86,7 @@ After creating an account, users cannot change their identifier to bypass the al
To enable this feature:

1. In the Clerk Dashboard, navigate to the [**Restrictions**](https://dashboard.clerk.com/~/user-authentication/restrictions) page.
1. In the **Allowlist** section, toggle on **Enable allowlist** and select **Save**.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are now tabs

1. In the **Allowlist** tab, toggle on **Enable allowlist** and select **Save**.

> [!CAUTION]
> Enabling the Allowlist without adding any identifier exceptions blocks _all_ sign-ins and sign-ups.
Expand All @@ -105,7 +105,7 @@ You can also block email addresses from all subdomains by using `*@*.clerk.dev`.
To enable this feature:

1. In the Clerk Dashboard, navigate to the [**Restrictions**](https://dashboard.clerk.com/~/user-authentication/restrictions) page.
1. In the **Blocklist** section, toggle on **Enable blocklist** and select **Save**.
1. In the **Blocklist** tab, toggle on **Enable blocklist** and select **Save**.

> [!WARNING]
> In the case that you have enabled the allowlist and the blocklist and have added the same identifier in both, the allowlist takes precedence.
Expand All @@ -126,7 +126,7 @@ For example, if you add `[email protected]` as a blocked email address, it mean
To enable this feature:

1. In the Clerk Dashboard, navigate to the [**Restrictions**](https://dashboard.clerk.com/~/user-authentication/restrictions) page.
1. In the **Restrictions** section, toggle on **Block email subaddresses** and select **Save**.
1. Toggle on **Block email subaddresses** and select **Save**.

### Block sign-ups that use disposable email addresses

Expand All @@ -135,4 +135,4 @@ To enable this feature:
To enable this feature:

1. In the Clerk Dashboard, navigate to the [**Restrictions**](https://dashboard.clerk.com/~/user-authentication/restrictions) page.
1. In the **Restrictions** section, toggle on **Block sign-ups that use disposable email addresses** and select **Save**.
1. Toggle on **Block sign-ups that use disposable email addresses** and select **Save**.