jenkins-bot has submitted this change and it was merged.
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(-)
Approvals:
MaxSem: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I854b31096012cc0f2b5fb1af2cbe7df1e4ffa4e5
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: MaxSem <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits