[Mediawiki-l] User rights questions: the dash, and $wgAddGroups

Daniel Barrett danb at vistaprint.com
Sun May 18 19:59:35 UTC 2008


I have two questions about user rights:

1. For blocking read access to the wiki:

$wgGroupPermissions['*']['read'] = false;

I frequently see people recommend a $wgWhitelistRead array like this:

$wgWhitelistRead = array(
 'Main Page',
 'Special:Userlogin',
 '-'
);

What does the '-' entry mean?

2. Is the documentation on $wgAddGroups outdated, as stated here,
under "Obsolete instructions for 1.13?":

http://www.mediawiki.org/wiki/Manual_talk:%24wgAddGroups

Thanks,
DanB



More information about the MediaWiki-l mailing list