[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Allow bureaucrats on WMF wikis to grant and remove 'confirmed'

2017-08-08 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/368939 )

Change subject: Allow bureaucrats on WMF wikis to grant and remove 'confirmed'
..


Allow bureaucrats on WMF wikis to grant and remove 'confirmed'

There was some consensus to make this avalaible for administrators but
there also was some concerns as well as if this was really needed for small
projects who do not care about user rights management. As such, and
given the current Meta-Wiki policy on not granting 'bureaucrat'
permissions but to well stablished communities that demonstrates a need
of one, plus other series of securities to avoid wiki takeover episodes
as we've seen in the past; I think granting this to bureaucrats will
satisfy both parties. This is without prejudice of individual wikis
willing their administrators to be able to grant and remove this
permission as well and without prejudice of leaving the current
configuration untouched as well: that is, wikis that have already
granted this to administrators or bureaucrats won't have their
configuration changed now unless it becomes redundant in which case a
proposal for cleanup would have to be filed and actioned.

Bug: T101983
Change-Id: Ia62ad0f40e8b71b7fa424b94da48feebaa5ebfa0
---
M wmf-config/InitialiseSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Urbanecm: Looks good to me, but someone else must approve
  Luke081515: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Dereckson: Looks good to me, approved



diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index 9a1425e..e1f5c01 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -9672,7 +9672,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' ],
+   'bureaucrat' => [ 'sysop', 'bureaucrat', 'bot', 'confirmed' ],
'sysop' => [ 'ipblock-exempt' ],
],
'+testwiki' => [

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia62ad0f40e8b71b7fa424b94da48feebaa5ebfa0
Gerrit-PatchSet: 3
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: MarcoAurelio 
Gerrit-Reviewer: Dereckson 
Gerrit-Reviewer: Florianschmidtwelzow 
Gerrit-Reviewer: Luke081515 
Gerrit-Reviewer: MarcoAurelio 
Gerrit-Reviewer: Urbanecm 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] operations/mediawiki-config[master]: Allow bureaucrats on WMF wikis to grant and remove 'confirmed'

2017-07-31 Thread MarcoAurelio (Code Review)
MarcoAurelio has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/368939 )

Change subject: Allow bureaucrats on WMF wikis to grant and remove 'confirmed'
..

Allow bureaucrats on WMF wikis to grant and remove 'confirmed'

There was some consensus to make this avalaible for administrators but
there also was some concerns as well as if this was really needed for small
projects who do not care about user rights management. As such, and
given the current Meta-Wiki policy on not granting 'bureaucrat'
permissions but to well stablished communities that demonstrates a need
of one, plus other series of securities to avoid wiki takeover episodes
as we've seen in the past; I think granting this to bureaucrats will
satisfy both parties. This is without prejudice of individual wikis
willing their administrators to be able to grant and remove this
permission as well and without prejudice of leaving the current
configuration untouched as well: that is, wikis that have already
granted this to administrators or bureaucrats won't have their
configuration changed now unless it becomes redundant in which case a
proposal for cleanup would have to be filed and actioned.

Bug: T101983
Change-Id: Ia62ad0f40e8b71b7fa424b94da48feebaa5ebfa0
---
M wmf-config/InitialiseSettings.php
1 file changed, 1 insertion(+), 1 deletion(-)


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index f8431b6..5cb5162 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -9626,7 +9626,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' ],
+   'bureaucrat' => [ 'sysop', 'bureaucrat', 'bot', 'confirmed' ],
'sysop' => [ 'ipblock-exempt' ],
],
'+testwiki' => [

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia62ad0f40e8b71b7fa424b94da48feebaa5ebfa0
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: MarcoAurelio 

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