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

           Summary: Allow sysop to grant transwiki-rights on nowiki
           Product: Wikimedia
           Version: unspecified
          Platform: All
               URL: http://no.wikipedia.org/w/index.php?title=Wikipedia:Ting
                    et&oldid=6098413#Transwiki-rettigheter
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Site requests
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Please enable sysops to grant transwiki-rights, and bureaucrats to remove them
on Norwegian (bokmål) Wikipedia (nowiki). 

The changes in InitaliseSettings.php should be:

addGroups:

  '+nowiki' => array(
        'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'patroller',
'autopatrolled' ),
        'sysop' => array( 'patroller', 'autopatrolled', 'abusefilter',
'transwiki' ),
    ),

removeGroups:

   '+nowiki' => array(
        'bureaucrat' => array( 'bot', 'patroller', 'autopatrolled', 'transwiki'
),
        'sysop' => array( 'autopatrolled', 'abusefilter', 'ipblock-exempt' ),
    ),


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