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

       Web browser: ---
            Bug ID: 55665
           Summary: eswikivoyage: Enable autopatroller group
           Product: Wikimedia
           Version: wmf-deployment
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Site requests
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Community of Spanish Wikivoyage approved by consensus, enabling the flag of
autopatroller, and the sysops can grant/remove those permissions. 

Something like this:

'wgGroupPermissions' => array(
    'eswikivoyage' => array(
        'autopatroller' => array(
            'autopatrol' => true,
        ),
    ),
),

'wgAddGroups' => array(
    'eswikivoyage' => array(
        'sysop' => array( ..., 'autopatroller' ),
    ),
),

'wgRemoveGroups' => array(
    'eswikivoyage' => array(
        'sysop' => array( ..., 'autopatroller' ),
    ),
),

Thank you! :)

-- 
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