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:
parent
771dd015df
commit
ff2f01c7ea
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ wfLoadExtension( 'LDAPProvider' );
|
|||
wfLoadExtension( 'PluggableAuth' );
|
||||
|
||||
$wgPluggableAuth_EnableLocalLogin = true;
|
||||
$wgPluggableAuth_EnableLocalProperties = true;
|
||||
|
||||
# LDAPAuthentication2
|
||||
# https://www.mediawiki.org/wiki/Extension:LDAPAuthentication2
|
||||
|
|
Loading…
Reference in a new issue