From 9e536e95b6ec2732de611cc02ed8604cb3ac0037 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Tue, 21 Mar 2023 09:21:57 +0100 Subject: [PATCH] default allow signup --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index b5ffd2af1..d04172438 100644 --- a/.env.example +++ b/.env.example @@ -22,4 +22,4 @@ MAIL_FROM='' #FEATURE FLAGS # Allow users to register via the /signup page. Otherwise they will be redirect to the home page. -ALLOW_SIGNUP=false \ No newline at end of file +ALLOW_SIGNUP=true \ No newline at end of file