increase default user login times

This commit is contained in:
MediaWiki 2026-02-16 01:19:02 +01:00
parent de1ccbf399
commit e5a4bfe2a1
2 changed files with 8 additions and 0 deletions

View file

@ -270,6 +270,10 @@ $wgPluggableAuth_Config["Chaostreff Backnang IdP"] = [
] ]
]; ];
# keep users logged in for extended amounts of time
$wgObjectCacheSessionExpiry = 5 * 24 * 60 * 60;
$wgExtendedLoginCookieExpiration = 365 * 24 * 60 * 60;
# interwiki config # interwiki config
$wgGroupPermissions['sysop']['interwiki'] = true; $wgGroupPermissions['sysop']['interwiki'] = true;
$wgInterwikiMagic = true; $wgInterwikiMagic = true;

View file

@ -215,6 +215,10 @@ $wgPluggableAuth_Config["Chaostreff Backnang IdP"] = [
] ]
]; ];
# keep users logged in for extended amounts of time
$wgObjectCacheSessionExpiry = 5 * 24 * 60 * 60;
$wgExtendedLoginCookieExpiration = 365 * 24 * 60 * 60;
$wgDefaultUserOptions['usecodemirror'] = 1; $wgDefaultUserOptions['usecodemirror'] = 1;
# interwiki config # interwiki config