jenkins-bot has submitted this change and it was merged.

Change subject: Adjustments to votewiki config
......................................................................


Adjustments to votewiki config

* Enable BlockDisablesLogin
* Add new electcomm and staffsupport groups
* Allow crat to add and remove crat/sysop/new groups
* Enable SecurePoll namespace for new SecurePoll setup

Bug: 72589
Change-Id: Ib42419ea56577f1feac31f89845efb80c3450a1d
---
M wmf-config/InitialiseSettings.php
1 file changed, 28 insertions(+), 1 deletion(-)

Approvals:
  MaxSem: Looks good to me, approved
  John F. Lewis: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 0934827..d2fe9b2 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -6656,6 +6656,7 @@
 'wgBlockDisablesLogin' => array(
        'default' => false,
        'private' => true, // bug 53871
+       'votewiki' => true, // bug 72589
 ),
 
 # groupOverrides @{
@@ -7791,6 +7792,17 @@
                'patroller' => array( 'patrol' => true ), // bug 46828
                'autopatrolled' => array( 'autopatrol' => true ), // bug 46828
        ),
+       // bug 72589 SecurePoll rights
+       '+votewiki' => array(
+               'electcomm' => array(
+                       'securepoll-create-poll' => true,
+                       'editinterface' => true
+               ),
+               'staffsupport' => array(
+                       'securepoll-create-poll' => true,
+                       'editinterface' => true
+               ),
+       ),
        'wikidata' => array(
                'autoconfirmed' => array(
                        'patrol' => true, // bug 56203
@@ -7845,7 +7857,6 @@
                'rollbacker' => array( 'rollback' => true ),
                'autoreviewer' => array( 'autopatrol' => true ),
        ),
-
        '+strategywiki' => array( 'flood' => array( 'bot' => true ) ),
 ),
 # @} end of groupOverrides
@@ -8400,6 +8411,13 @@
        '+vecwiki' => array(
                'sysop' => array( 'flood' ),
        ),
+       //bug 72589
+       '+votewiki' => array(
+               'bureaucrat' => array(
+                       'electcomm',
+                       'staffsupport'
+               ),
+       ),
        '+wikidata' => array(
                'sysop' => array(
                        'rollbacker', // bug 45165
@@ -8943,6 +8961,15 @@
        '+vewikimedia' => array(
                'bureaucrat' => array( 'sysop', 'bureaucrat' ),
        ),
+       //bug 72589
+       '+votewiki' => array(
+               'bureaucrat' => array(
+                       'electcomm',
+                       'staffsupport',
+                       'sysop',
+                       'bureaucrat'
+               ),
+       ),
        '+wikidata' => array(
                'sysop' => array(
                        'rollbacker', // bug 45165

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib42419ea56577f1feac31f89845efb80c3450a1d
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jalexander <[email protected]>
Gerrit-Reviewer: John F. Lewis <[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

Reply via email to