Skip to content

Commit

Permalink
more copy updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech committed Sep 27, 2024
1 parent 8e70081 commit d6c7703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/authentication/configuration/restrictions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Restrictions
description: Learn how to manage user access to your application by configuring Clerk's access restrictions.
---

Clerk provides restriction options that give you enhanced control over who can access your application. These options enable you to limit sign-ups, sign-ins, or prevent accounts with specific [identifiers](/docs/authentication/configuration/sign-up-sign-in-options#identifiers), such as email address, from accessing your application.
Clerk provides restriction options that give you enhanced control over who can access your application. These options enable you to limit sign-ups, sign-ins, or prevent accounts with specific [identifiers](/docs/authentication/configuration/sign-up-sign-in-options#identifiers), such as email addresses, phone numbers, and even entire domains, from accessing your application.

## Sign-up modes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,6 @@ To reset a user's MFA:
1. Select the user from the list.
1. Select the **Delete MFA enrollments** button.

## Disable sign-ups

Clerk offers different sign-up modes to help you control how new users access your application. Switching to the **Restricted** mode disables new user sign-ups, ensuring that only pre-approved users can access your application. For more information, see [the dedicated guide](/docs/authentication/configuration/sign-up-modes).

## Restrictions

Clerk provides a set of restriction options designed to provide you with enhanced control over who can gain access to your application. Restrictions can limit sign-ups or prevent accounts with specific identifiers from accessing your application. These identifiers can be email addresses, phone numbers, and even entire domains. Learn more about restrictions in [the dedicated guide](/docs/authentication/configuration/restrictions).
Clerk provides a set of restriction options designed to provide you with enhanced control over who can gain access to your application. Restrictions can limit sign-ups or prevent accounts with specific identifiers, such as email addresses, phone numbers, and even entire domains, from accessing your application. [Learn more about restrictions.](/docs/authentication/configuration/restrictions)

0 comments on commit d6c7703

Please sign in to comment.