-
Notifications
You must be signed in to change notification settings - Fork 892
More fixes following Dashboard waitlist settings page #2856
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
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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**. | ||
| 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: | ||
|
|
||
|
|
@@ -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: | ||
|
|
||
|
|
@@ -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**. | ||
|
Contributor
Author
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. 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. | ||
|
|
@@ -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. | ||
|
|
@@ -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 | ||
|
|
||
|
|
@@ -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**. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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