From 6ecfc01c1f3f37491b184711cb29cd9a839f4a9c Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 26 Dec 2020 23:40:24 +0100 Subject: bump default logout from 30 days to 3 months (#3170) * bump default logout from 30 to 365 days * * Change cookie duration to constant * Change cookie duration to three months * use class * use 90 days (otherwise login form says 91.3 days) * change class * also this works now Co-authored-by: Martin Rys Co-authored-by: Frans de Jonge --- config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index b55aca9ad..996dfb358 100644 --- a/config.default.php +++ b/config.default.php @@ -89,7 +89,7 @@ return array( 'limits' => array( # Duration in seconds of the login cookie. - 'cookie_duration' => 2592000, + 'cookie_duration' => FreshRSS_Auth::DEFAULT_COOKIE_DURATION, # Duration in seconds of the SimplePie cache, # during which a query to the RSS feed will return the local cached version. -- cgit v1.2.3