From ede87a899429e9aabcf1de2de911e2d3267b1663 Mon Sep 17 00:00:00 2001 From: Jarmil Date: Tue, 24 Sep 2019 19:00:12 +0200 Subject: [PATCH] FIX: platnost tokenu pro registraci prodlouzena na 3 dny --- src/main/settings_global.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/settings_global.py b/src/main/settings_global.py index b7edbd8..5c1e9c9 100644 --- a/src/main/settings_global.py +++ b/src/main/settings_global.py @@ -200,7 +200,7 @@ AUTH_AVAIL_IDP = [] ## APP_REG_LIMIT_HARD = 50 APP_REG_LIMIT_SOFT = 0 -TOKEN_VALID_SEC = 30*60 +TOKEN_VALID_SEC = 60*60*24*3