1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00

Allow to override user preferences

This is a good stop gap for https://github.com/YunoHost-Apps/mediawiki_ynh/issues/9.
This commit is contained in:
Luke Murphy 2019-08-07 12:56:21 +02:00
parent f9ec2d2405
commit 0028b8ed3d
No known key found for this signature in database
GPG key ID: 5E2EF5A63E3718CC

View file

@ -138,6 +138,7 @@ wfLoadExtension( 'LDAPProvider' );
wfLoadExtension( 'PluggableAuth' );
$wgPluggableAuth_EnableLocalLogin = true;
$wgPluggableAuth_EnableLocalProperties = true;
# LDAPAuthentication2
# https://www.mediawiki.org/wiki/Extension:LDAPAuthentication2