From 300e11c76f9589ae15dc517591e044fbb33faa9d Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Mon, 1 Apr 2019 11:25:17 +0200
Subject: [PATCH] Increase PASSWORD_RESET_TIMEOUT_DAYS from default 3 to 8
 days.

---
 opentech/settings/base.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/opentech/settings/base.py b/opentech/settings/base.py
index e2157aecb..06bddd79a 100644
--- a/opentech/settings/base.py
+++ b/opentech/settings/base.py
@@ -248,6 +248,8 @@ AUTH_PASSWORD_VALIDATORS = [
     },
 ]
 
+# Number of days that password reset and account activation links are valid (default 3).
+PASSWORD_RESET_TIMEOUT_DAYS = 8
 
 # Internationalization
 # https://docs.djangoproject.com/en/stable/topics/i18n/
-- 
GitLab