From 550e533080ffe7ab30a2f4a4728e66440b628a31 Mon Sep 17 00:00:00 2001 From: Nicolas Lopes Date: Wed, 23 Oct 2024 11:26:46 -0300 Subject: [PATCH] (authentication/configuration/restrictions): update block email subaddress behavior --- docs/authentication/configuration/restrictions.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/authentication/configuration/restrictions.mdx b/docs/authentication/configuration/restrictions.mdx index 54dd28b637..80b58b0593 100644 --- a/docs/authentication/configuration/restrictions.mdx +++ b/docs/authentication/configuration/restrictions.mdx @@ -75,6 +75,8 @@ For example, if you add `john.doe@clerk.dev` as a blocked email address, it mean > [!NOTE] > Existing accounts with email subaddresses will not be affected by this restriction, and will still be allowed to sign in. +> +> This feature aims to prevent malicious sign-in attempts. The first canonical email containing a subaddress will be allowed, but subsequent sign-ins using additional subaddresses will be blocked. To enable this feature: