From a3212f695551a12eb32b9f933104aa816460722f Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 6 Jul 2024 18:56:09 +0000 Subject: [PATCH] gitea: bump registration timeout 4 -> 7 days --- hosts/by-name/servo/services/gitea.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/by-name/servo/services/gitea.nix b/hosts/by-name/servo/services/gitea.nix index c595ad9a2..8b6daa92f 100644 --- a/hosts/by-name/servo/services/gitea.nix +++ b/hosts/by-name/servo/services/gitea.nix @@ -38,12 +38,12 @@ ROOT_URL = "https://git.uninsane.org/"; }; service = { - # timeout for email approval. 5760 = 4 days - ACTIVE_CODE_LIVE_MINUTES = 5760; + # timeout for email approval. 5760 = 4 days. 10080 = 7 days + ACTIVE_CODE_LIVE_MINUTES = 10080; # REGISTER_EMAIL_CONFIRM = false; # REGISTER_MANUAL_CONFIRM = true; REGISTER_EMAIL_CONFIRM = true; - # not sure what this notified on? + # not sure what this notifies *on*... ENABLE_NOTIFY_MAIL = true; # defaults to image-based captcha. # also supports recaptcha (with custom URLs) or hCaptcha.