From ff2f01c7ea812b89df06a524582df656ef9ab4ce Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 7 Aug 2019 12:56:21 +0200 Subject: [PATCH] Allow to override user preferences This is a good stop gap for https://github.com/YunoHost-Apps/mediawiki_ynh/issues/9. --- conf/LocalSettings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/LocalSettings.php b/conf/LocalSettings.php index 5baee38..cc62bf5 100644 --- a/conf/LocalSettings.php +++ b/conf/LocalSettings.php @@ -138,6 +138,7 @@ wfLoadExtension( 'LDAPProvider' ); wfLoadExtension( 'PluggableAuth' ); $wgPluggableAuth_EnableLocalLogin = true; +$wgPluggableAuth_EnableLocalProperties = true; # LDAPAuthentication2 # https://www.mediawiki.org/wiki/Extension:LDAPAuthentication2