https://bugzilla.wikimedia.org/show_bug.cgi?id=20042

           Summary: Fix user rights configuration on arwiki
           Product: Wikimedia
           Version: unspecified
          Platform: All
               URL: http://ar.wikipedia.org/wiki/%D8%AE%D8%A7%D8%B5:%D8%B9%D
                    8%B1%D8%B6_%D8%B5%D9%84%D8%A7%D8%AD%D9%8A%D8%A7%D8%AA_%D
                    8%A7%D9%84%D9%85%D8%AC%D9%85%D9%88%D8%B9%D8%A7%D8%AA
        OS/Version: All
            Status: NEW
          Keywords: shell
          Severity: enhancement
          Priority: Normal
         Component: Site requests
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Following the resolution of bug 19611, the user rights configuration on Arabic
Wikipedia (arwiki) was broken. Admins can't add or remove users from the
"confirmed" user group.

>From [[ar:Special:ListGroupRights]] under section administrators:

# Add groups: autopatrol, Uploaders and IP block exemptions
# Remove groups: autopatrol, IP block exemptions, Uploaders and IP block
exemptions

>From InitialiseSetting.php:

'wgAddGroups' => array(
    '+arwiki' => array(
        'sysop' => array( 'autopatrol', 'uploader' ),

'wgRemoveGroups' => array(
    '+arwiki' => array(
        'sysop' => array( 'autopatrol', 'ipblock-exempt', 'uploader' ),


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to