Send mails on account creation

This commit is contained in:
2023-09-07 16:58:18 +02:00
committed by Clément Le Bihan
parent 628e50a48d
commit 02fc8175f4
10 changed files with 4852 additions and 264 deletions
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "User" ADD COLUMN "emailVerified" BOOLEAN NOT NULL DEFAULT false;