Mailing List Archive

[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Bureaucrats on WMF wikis to add and remove 'accountcreator' ...
MarcoAurelio has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/406025 )

Change subject: Bureaucrats on WMF wikis to add and remove 'accountcreator' by default
......................................................................

Bureaucrats on WMF wikis to add and remove 'accountcreator' by default

Granting bureaucrats on Wikimedia Foundation wikis to add and remove the
'accountcreator' permission locally. A later patch will be submitted to
remove the duplicate configuration from the projects using the default
one. Wikis that have decided to also grant this ability to sysops won't
be affected and will keep its custom configuration.

Bug: T185417
Change-Id: I7b302d6a7af474eb50c43d13bdcb96ac6b954f5c
---
M wmf-config/InitialiseSettings.php
1 file changed, 2 insertions(+), 2 deletions(-)


git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config refs/changes/25/406025/1

diff --git a/wmf-config/InitialiseSettings.php b/wmf-config/InitialiseSettings.php
index cb57bdf..f5a9547 100755
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -9861,7 +9861,7 @@
// The '+' in front of the DB name means 'add to the default'. It saves us duplicating
// changes to the default across all overrides --Andrew 2009-04-28
'default' => [
- 'bureaucrat' => [ 'sysop', 'bureaucrat', 'bot', 'confirmed' ],
+ 'bureaucrat' => [ 'accountcreator', 'sysop', 'bureaucrat', 'bot', 'confirmed' ],
'sysop' => [ 'ipblock-exempt' ],
],
'+testwiki' => [.
@@ -10588,7 +10588,7 @@
// The '+' in front of the DB name means 'add to the default'. It saves us duplicating
// changes to the default across all overrides --Andrew 2009-04-28
'default' => [
- 'bureaucrat' => [ 'bot', 'confirmed' ],
+ 'bureaucrat' => [ 'accountcreator', 'bot', 'confirmed' ],
'sysop' => [ 'ipblock-exempt' ],
],
'+testwiki' => [

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7b302d6a7af474eb50c43d13bdcb96ac6b954f5c
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: MarcoAurelio <maurelio@tools.wmflabs.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits