Legoktm has uploaded a new change for review.

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

Change subject: Set $wgCentralAuthPreventUnattached = true on mediawiki.org
......................................................................

Set $wgCentralAuthPreventUnattached = true on mediawiki.org

Bug: T76146
Change-Id: I854b31096012cc0f2b5fb1af2cbe7df1e4ffa4e5
---
M wmf-config/CommonSettings.php
M wmf-config/InitialiseSettings.php
2 files changed, 5 insertions(+), 0 deletions(-)


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

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index f2990cd..6bcaba5 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -1240,6 +1240,7 @@
 
        $wgDisableUnmergedEditing = $wmgDisableUnmergedEdits;
        $wgCentralAuthUseEventLogging = $wmgCentralAuthUseEventLogging;
+       $wgCentralAuthPreventUnattached = $wmgCentralAuthPreventUnattached;
 
        if( $wmfRealm == 'production' ) {
                $wgCentralAuthRC[] = array(
diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 36b1eb8..ffef06f 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -10414,6 +10414,10 @@
        '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/177660
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

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

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

Reply via email to