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()`.