From a2336c5de836267a4e88961422fc3f26cedab47e Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 18 Feb 2016 21:41:50 +0100 Subject: we now specify the validity period of the activation link. --- src/conf/conf.cfg-sample | 1 + 1 file changed, 1 insertion(+) (limited to 'src/conf/conf.cfg-sample') diff --git a/src/conf/conf.cfg-sample b/src/conf/conf.cfg-sample index 286ccbe5..1fd572ba 100644 --- a/src/conf/conf.cfg-sample +++ b/src/conf/conf.cfg-sample @@ -10,6 +10,7 @@ admin_email = recaptcha_public_key = recaptcha_private_key = security_password_salt = a secret to confirm user account +token_validity_period = 3600 log_path = ./src/web/var/jarr.log nb_worker = 5 log_level = info -- cgit