jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/341382 )

Change subject: Modify add/remove groups for I984157d5
......................................................................


Modify add/remove groups for I984157d5

Working is the same as before, however to make it less confusing for
users, instead of adding 'flood' to RemoveGroupsToSelf (then making it
confusing for not-yet-flood-users on Special:UserRights, as a '*' will
appear telling them that they can't remove the permission once they've
granted it to themselves, when it's not really true), we add 'sysop'
and 'contentadmin' being explicitly able to add and remove this perm-
ission from their groups. We also add the ability for 'bureaucrats' to
remove this permission from anyone who holds it, just in case somebody
forgets to remove it from their accounts when they're done, or (hopefu-
lly unlikely) are abusing it.

This is a follow-up from I984157d5 where we introduced this permission.

Change-Id: I9c46cb50372a5e96f61dd7a46b1da3e88b467b8c
---
M wmf-config/InitialiseSettings.php
1 file changed, 5 insertions(+), 1 deletion(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index ef9a8b1..aa4c3e8 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -10760,6 +10760,7 @@
                        'bot',
                        'confirmed',
                        'contentadmin',
+                       'flood',
                        'oathauth',
                        'oauthadmin',
                        'shell',
@@ -12464,7 +12465,10 @@
                'sysop' => [ 'flood', 'translationadmin' ], // T50013, T48856
                'flood' => [ 'flood' ], // T50013
        ],
-       'wikitech' => [ 'flood' => [ 'flood' ] ],
+       'wikitech' => [
+               'contentadmin' => [ 'flood' ],
+               'sysop' => [ 'flood' ],
+       ],
        'zhwiki' => [
                'sysop' => [ 'flood' ],
                'massmessage-sender' => [ 'massmessage-sender' ], // T130814

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9c46cb50372a5e96f61dd7a46b1da3e88b467b8c
Gerrit-PatchSet: 5
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: MarcoAurelio <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to