A quick grep for the wgWhitelistRead variable shows that it doesnt exist in any other files but Local and Default settings, and thus is never checked anywhere. The language files contain a "you need to be logged in to read" text, but the functionality seems totally missing.
Any ideas?
/Thomas
tir, 2004-03-16 kl. 15:52 skrev Thomas Hentschel Lund:
Hi
I am trying to configure a mediawiki to run closed for non-approved accounts. The version I'm running is phase 3 1.2.0rc3 on redhat 8
I have changed the following in the LocalSettings.php file:
# Invitation-only closed shop type of system $wgWhitelistEdit = true; $wgWhitelistRead = true; $wgWhitelistAccount = array ( "user" => 0, "sysop" => 1, "developer" => 1 );
But only edits are disallowed for users not logged in. Its possible for anonymous users to read all pages.
Is this a bug, or am I missing some important information?
Thank you for your help
/Thomas
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l