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 771dd015df
commit ff2f01c7ea

View file

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