Skip to content

Commit d569529

Browse files
authored
(restrictions) blocklist also blocks sign ins (#2151)
1 parent ff3398a commit d569529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/authentication/configuration/restrictions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ To enable this feature:
8888
> [!NOTE]
8989
> Blocklist is a premium feature and is not available on the Free plan. [Upgrade your plan](/pricing){{ target: '_blank' }} to enable this feature.
9090
91-
By adding specific identifiers to the blocklist, users with those identifiers will be blocked from signing up for your application. This is useful for attack prevention, such as when multiple spam accounts sign up for your application. For example, if you add `clerk.dev` as a blocked email domain, it means that anybody with a `@clerk.dev` email address will not be able to sign up for your application.
91+
By adding specific identifiers to the blocklist, users with those identifiers will be blocked from signing up and signing in to your application. This is useful for attack prevention, such as when multiple spam accounts sign up for your application. For example, if you add `clerk.dev` as a blocked email domain, it means that anybody with a `@clerk.dev` email address will not be able to sign up for your application.
9292

9393
To enable this feature:
9494

@@ -98,7 +98,7 @@ To enable this feature:
9898
> [!WARNING]
9999
> In the case that you have enabled the allowlist and the blocklist and have added the same identifier in both, the allowlist takes precedence.
100100
101-
For additional security, adding an individual email address to the blocklist will also block any attempts to sign up with the email address modified to contain a subaddress. Subaddresses are identified by the presence of any of the following characters in the local part of the email address: `+`, `#`, `=`.
101+
For additional security, adding an individual email address to the blocklist will also block any attempts to sign up or sign in with the email address modified to contain a subaddress. Subaddresses are identified by the presence of any of the following characters in the local part of the email address: `+`, `#`, `=`.
102102

103103
For example, if you add `[email protected]` as a blocked email address, it means that anybody with `[email protected]` email address will not be able to sign up for your application, including `[email protected]` and any other subaddress.
104104

0 commit comments

Comments
 (0)