Page MenuHomePhabricator

Allow eswiki bureaucrats to add/remove the confirmed usergroup
Closed, ResolvedPublic

Description

Author: pdsanchez

Description:
On eswiki we have the confirmed class of users, but as it was recently found, there's no actual way to manually confirm a user (the only way is to get autoconfirmed by system after some edits and time period) since configuration hasn't been completed.

Therefore I request that configuration be updated so bureaucrats can also set "confirmed" flag, just like they are able to set verified, rollback and all others.

Note: on eswiki, bureaucrat (flag granting) is conflated to sysop (elected sysops also become crats) so this is actually a request to enable sysops to change setting (ala commons or enwiki), but to be techcnically precise, the "flag granting" part is done with the bureaucrat bit.


Version: unspecified
Severity: enhancement
URL: http://es.wikipedia.org/wiki/Especial:PermisosUsuarios

Details

Reference
bz27413

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:17 PM
bzimport set Reference to bz27413.
bzimport added a subscriber: Unknown Object (MLST).

manuelt15 wrote:

any updates about this?

Your change has been completed.
Please reopen this ticket if anything went wrong.

The following configuration settings have been changed:

Index: InitialiseSettings.php

  • InitialiseSettings.php (revision 1616)

+++ InitialiseSettings.php (working copy)
@@ -6155,7 +6155,7 @@

    'sysop' => array ( 'flood' ),
),
'+eswiki' => array(
  • 'bureaucrat' => array( 'rollbacker', 'bot', 'sysop', 'bureaucrat' ),

+ 'bureaucrat' => array( 'rollbacker', 'bot', 'sysop', 'bureaucrat', 'confirmed' ),

    'sysop' => array( 'rollbacker', 'autopatrolled', 'patroller' ),
),
'+eswikibooks' => array(

@@ -6444,7 +6444,7 @@

    'sysop' => array( 'abusefilter', 'autopatrolled', 'ipblock-exempt' ),
),
'+eswiki' => array(
  • 'bureaucrat' => array( 'rollbacker', 'bot' ),

+ 'bureaucrat' => array( 'rollbacker', 'bot', 'confirmed' ),

    'sysop' => array( 'rollbacker', 'autopatrolled', 'patroller'  ),
),
'+eswikibooks' => array(

You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

The Burócratas group now show:

  1. Agregar grupos: Reversores, Bots, Bibliotecarios, Burócratas y Usuarios confirmados
  2. Eliminar grupos: Reversores, Bots y Usuarios confirmados