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 <maure...@tools.wmflabs.org>
Gerrit-Reviewer: Dereckson <dereck...@espace-win.org>
Gerrit-Reviewer: Florianschmidtwelzow <florian.schmidt.stargatewis...@gmail.com>
Gerrit-Reviewer: Luke081515 <luke081...@web.de>
Gerrit-Reviewer: MarcoAurelio <maure...@tools.wmflabs.org>
Gerrit-Reviewer: Urbanecm <martin.urba...@wikimedia.cz>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to