Hoo man has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/190634

Change subject: Set $wgCentralAuthPreventUnattached = true; on all wikis
......................................................................

Set $wgCentralAuthPreventUnattached = true; on all wikis

We're close enough to SULF to finally do this!

Change-Id: Ida26f6139b1d1bc67b02fc81bdd1fb40106cdd02
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 1 insertion(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/34/190634/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 46ec13a..425a910 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1220,7 +1220,7 @@
 
        $wgDisableUnmergedEditing = $wmgDisableUnmergedEdits;
        $wgCentralAuthUseEventLogging = $wmgCentralAuthUseEventLogging;
-       $wgCentralAuthPreventUnattached = $wmgCentralAuthPreventUnattached;
+       $wgCentralAuthPreventUnattached = true;
 
        if( $wmfRealm == 'production' ) {
                $wgCentralAuthRC[] = array(
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 600b440..53edb40 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -10543,11 +10543,6 @@
 'wmgCentralAuthUseEventLogging' => array(
        'default' => true,
 ),
-
-'wmgCentralAuthPreventUnattached' => array(
-       'default' => false,
-       'mediawikiwiki' => true,
-),
 // This is also guarded by $wmgUseCentralAuth
 'wmgUseGlobalCssJs' => array(
        'default' => true,

-- 
To view, visit https://gerrit.wikimedia.org/r/190634
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ida26f6139b1d1bc67b02fc81bdd1fb40106cdd02
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Hoo man <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to