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

       Web browser: ---
           Summary: Create autopatroller group on Bulgarian Wikipedia
           Product: Wikimedia
           Version: unspecified
          Platform: All
               URL: http://bg.wikipedia.org/wiki/Special:Userrights
        OS/Version: All
            Status: NEW
          Keywords: shell
          Severity: enhancement
          Priority: Normal
         Component: Site requests
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Hello guys!
Please create an autopatroller group on Bulgarian Wikipedia. Members of this
group should have only the autopatrol right. The group membership should be
fully managed by sysops.

Something like this:

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

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

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

Thank you!
[[bg:user:borislav]]


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