jenkins-bot has submitted this change and it was merged. Change subject: Enable Ex:OATH on CentralAuth wikis, limited rights ......................................................................
Enable Ex:OATH on CentralAuth wikis, limited rights Enable Ex:OATH on all CentralAuth wikis, but don't give the user right to enable OATH to any user groups. The right will be given to a small pilot group for UX testing. Bug: T107605 Change-Id: I4078f8045b3d05e4236f2320f4f12944c6eb9850 --- M wmf-config/InitialiseSettings.php 1 file changed, 4 insertions(+), 3 deletions(-) Approvals: CSteipp: Looks good to me, approved jenkins-bot: Verified diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php index 6bc4f9e..66822d1 100644 --- a/wmf-config/InitialiseSettings.php +++ b/wmf-config/InitialiseSettings.php @@ -16969,9 +16969,10 @@ ], 'wmgUseOATHAuth' => [ - 'default' => false, - 'testwiki' => true, - 'test2wiki' => true, + 'default' => true, + 'private' => false, + 'fishbowl' => false, + 'nonglobal' => false, ], ]; -- To view, visit https://gerrit.wikimedia.org/r/290271 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4078f8045b3d05e4236f2320f4f12944c6eb9850 Gerrit-PatchSet: 2 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: CSteipp <[email protected]> Gerrit-Reviewer: CSteipp <[email protected]> Gerrit-Reviewer: Dpatrick <[email protected]> Gerrit-Reviewer: Florianschmidtwelzow <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
