From 31768deef75c9b65892eff2c9f9c778c924e69f2 Mon Sep 17 00:00:00 2001 From: KevinCCucumber Date: Sat, 21 Dec 2024 23:48:20 +0100 Subject: [PATCH] added a hint to warn user of incompability --- deploy.env | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.env b/deploy.env index 033c3225d..edc5f7969 100644 --- a/deploy.env +++ b/deploy.env @@ -58,6 +58,7 @@ GOTRUE_SMTP_ADMIN_EMAIL=comp_admin@some_company.com # This user will be created when GoTrue starts successfully # You can use this user to login to the admin panel +# Note: You cannot use special characters for this password or GoTrue will fail to start. GOTRUE_ADMIN_EMAIL=admin@example.com GOTRUE_ADMIN_PASSWORD=password