From 8ff20824bf808325e4e6a8d125e778abd5cce4f7 Mon Sep 17 00:00:00 2001 From: harsh mahajan Date: Mon, 11 May 2026 18:53:45 +0530 Subject: [PATCH] push some changes --- .../security/updateSignupEmailSecurity.svelte | 42 ++++++++++++------- 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/src/routes/(console)/project-[region]-[project]/auth/security/updateSignupEmailSecurity.svelte b/src/routes/(console)/project-[region]-[project]/auth/security/updateSignupEmailSecurity.svelte index bb41aad93..3bfac6c70 100644 --- a/src/routes/(console)/project-[region]-[project]/auth/security/updateSignupEmailSecurity.svelte +++ b/src/routes/(console)/project-[region]-[project]/auth/security/updateSignupEmailSecurity.svelte @@ -6,7 +6,7 @@ import { Button, Form, InputSwitch } from '$lib/elements/forms'; import { addNotification } from '$lib/stores/notifications'; import { sdk } from '$lib/stores/sdk'; - import { Typography } from '@appwrite.io/pink-svelte'; + import { Layout, Typography } from '@appwrite.io/pink-svelte'; import type { Models } from '@appwrite.io/console'; import { onMount } from 'svelte'; @@ -80,7 +80,7 @@
- Email policy + Email policies Control which email addresses can be used for signups and email updates. This does not affect existing sign-ins. @@ -89,10 +89,15 @@ id="authFreeEmails" label="Block free email addresses"> - - Reject signups and email updates that use free email providers instead of a - custom domain. - + + Only allow email addresses from custom domains. + + Examples: gmail.com, yahoo.com, outlook.com + + @@ -101,10 +106,15 @@ id="authCanonicalEmails" label="Require canonical email addresses"> - - Reject signups and email updates that use aliases, tags, or - provider-specific email variations. - + + + Disallow aliases, tags, and provider-specific email variations. + + + Examples: jane+team@gmail.com, jane.smith@gmail.com + + @@ -113,10 +123,14 @@ id="authDisposableEmails" label="Block disposable email addresses"> - - Reject signups and email updates that use known temporary or disposable - email domains. - + + Disallow temporary and disposable email providers. + + Examples: mailinator.com, 10minutemail.com + +