increase default user login times
This commit is contained in:
parent
de1ccbf399
commit
e5a4bfe2a1
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
$wgGroupPermissions['sysop']['interwiki'] = true;
|
||||
$wgInterwikiMagic = true;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
# interwiki config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue