From beac31c9ae660979804b550d767287d1157732c2 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 17 Jul 2024 03:57:23 -0400 Subject: [PATCH] Add note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5c31501..648c27f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ In the `.env` file that've you copied from `.env.example, you'll need to change For production use, make sure to follow all instructions needed from https://supabase.com/docs/guides/self-hosting/docker. +> SMTP is required for email verification, as a code is required. The end-user is not allowed to login yet until their email is verified. + ### Allowing Account Deletion When an end-user wants to delete their account, they'll be directed to `/api/account/delete`. This API requires that a function already exist in your Supabase project called `delete_user()`.