Jalexander has uploaded a new change for review.
https://gerrit.wikimedia.org/r/169229
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(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config
refs/changes/29/169229/1
diff --git a/wmf-config/InitialiseSettings.php
b/wmf-config/InitialiseSettings.php
index 0934827..53a5aa3 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,15 @@
'+vecwiki' => array(
'sysop' => array( 'flood' ),
),
+ //bug 72589
+ '+votewiki' => array(
+ 'bureaucrat' => array(
+ 'electcomm',
+ 'staffsupport',
+ 'sysop',
+ 'bureaucrat'
+ ),
+ ),
'+wikidata' => array(
'sysop' => array(
'rollbacker', // bug 45165
@@ -8943,6 +8963,13 @@
'+vewikimedia' => array(
'bureaucrat' => array( 'sysop', 'bureaucrat' ),
),
+ //bug 72589
+ '+votewiki' => array(
+ 'bureaucrat' => array(
+ 'electcomm',
+ 'staffsupport'
+ ),
+ ),
'+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: newchange
Gerrit-Change-Id: Ib42419ea56577f1feac31f89845efb80c3450a1d
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Jalexander <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits