From 735a1e9261db4e4e668ef04f615c4791888f98c2 Mon Sep 17 00:00:00 2001 From: profitroll Date: Mon, 13 Mar 2023 13:00:42 +0100 Subject: [PATCH] Confirmation is disabled by default now --- config_example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_example.json b/config_example.json index 9580768..3c9a0ec 100644 --- a/config_example.json +++ b/config_example.json @@ -13,7 +13,7 @@ "media_token_access": false, "media_token_valid_hours": 12, "registration_enabled": true, - "registration_requires_confirmation": true, + "registration_requires_confirmation": false, "mailer": { "smtp": { "host": "",