CSteipp has uploaded a new change for review. https://gerrit.wikimedia.org/r/290271
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/71/290271/1 diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php index 5eaa881..6f2c536 100644 --- a/wmf-config/InitialiseSettings.php +++ b/wmf-config/InitialiseSettings.php @@ -16949,9 +16949,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: newchange Gerrit-Change-Id: I4078f8045b3d05e4236f2320f4f12944c6eb9850 Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: CSteipp <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
