TTO has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/78502


Change subject: Deny reupload permission to users and autoconfirmed on ckbwiki
......................................................................

Deny reupload permission to users and autoconfirmed on ckbwiki

This is a followup to I7a651f1ff738afe1a42e05c70f17dc61df02dab2.
The change in the present changeset was requested in the bug, but
not actually carried out in the last changeset.
Bug: 51232

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


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

diff --git a/wmf-config/InitialiseSettings.php 
b/wmf-config/InitialiseSettings.php
index fa9684e..24b6caa 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -6724,8 +6724,14 @@
                '*' => array( 'createpage' => false ),
                'autopatrolled' => array( 'autopatrol' => true ), // bug 51328
                'rollbacker' => array( 'rollback' => true ), // bug 51312
-               'user' => array( 'upload' => false ), // bug 51232
-               'autoconfirmed' => array( 'upload' => false ), // bug 51232
+               'user' => array(
+                       'upload' => false,
+                       'reupload' => false,
+               ), // bug 51232
+               'autoconfirmed' => array(
+                       'upload' => false,
+                       'reupload' => false,
+               ), // bug 51232
                'uploader' => array(
                        'upload' => true,
                        'reupload' => true,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7e21ae20fb967c25411d453d4dbf56ce0c1570c9
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: TTO <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to