Topic on Project:Support desk

[RESOLVED] How to add bureaucrats to protection groups?

4
Stefahn (talkcontribs)

If I "Change protection" for a page I can only choose between those user groups:

  • Allow all users
  • Allow only autoconfirmed users
  • Allow only sysops

How can I add the bureaucrats to this menu?

I found Manual:$wgRestrictionLevels but I'm afraid it doesn't solve my problem.

Florianschmidtwelzow (talkcontribs)
Stefahn (talkcontribs)

I read it - now I also tried it ;)

It works with the following code:

$wgRestrictionLevels[] = 'Buerokraten'; 
$wgGroupPermissions['bureaucrat']['Buerokraten'] = true;
$wgGroupPermissions['sysop']['Buerokraten'] = true;
Florianschmidtwelzow (talkcontribs)

Yep, that's how it should work :P

Schönes Wochenende!

Reply to "[RESOLVED] How to add bureaucrats to protection groups?"