Page MenuHomePhabricator

patrol function assigned to all users, not autoconfirmed users, on nlwiki
Closed, ResolvedPublic

Description

Noticed a couple of days ago on http://nl.wikipedia.org/wiki/Speciaal:Groepsrechten that the patrol function (to mark edits as checked) is assigned to all users, and not only to autoconfirmed users.

I asked the dutch community about it on: http://nl.wikipedia.org/wiki/WP:K#Markeren_voor_alle_ingelogde_gebruikers.3F (in dutch) and there are no objections to get this changed. Can you change this setting?


Version: unspecified
Severity: enhancement
URL: http://nl.wikipedia.org/

Details

Reference
bz16289

Event Timeline

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

Sterkebak wrote:

Something went wrong here. Please remove the right from the usergroup all users and give it only to the group autoconfirmed users.

Now is it possible for a vandal to mark his own edit's (it must be a smart vandal, but it is possible)

Cheers,

Huib

I found the following in the group overrides:

'nlwiki' => array( 'user' => array( 'patrol' => true ) ),

I went ahead and pulled it, which should remove the right of users to patrol edits. If you need anything else, let me know.

Sorry, I forgot to add. I also ensured it was replaced with:

'nlwiki' => array( 'autoconfirmed' => array( 'patrol' => true ) ),

So your autoconfirmed users should be able to patrol, which is what I think you wanted right?