Topic on Extension talk:Secure HTML

Restrict Special Page?

3
Peachey88 (Flood) (talkcontribs)

Hi, I want to restrict the special page made for this to only administrators of the wiki, can someone tell me how I do this?

Thanks.

This post was posted by Peachey88 (Flood), but signed as LittleRena.

Stefahn (talkcontribs)

Bumping this since I have the same question.

The manual says "As of version 2.1, the special page is restricted to users who have the 'edit' right".
I can't confirm this since I can access the special page even as an anon.
I didn't set $wgSecureHTMLSpecialRight.

Is this a bug?

Stefahn (talkcontribs)

Just for the record:
I found another way to restrict the special page by using Extension:Lockdown with this code:

$wgSpecialPageLockdown['SecureHTML'] = array('bureaucrat');

Replace "bureaucrat" with the user group that you would like to grant permission to the special page.

Reply to "Restrict Special Page?"