Last modified: 2010-05-15 15:29:35 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T2257, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 257 - LocalSettings.sample has a broken invitation-only setup (no logins allowed)
LocalSettings.sample has a broken invitation-only setup (no logins allowed)
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Documentation (Other open bugs)
1.3.x
PC Linux
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-08-30 11:40 UTC by Olathe
Modified: 2010-05-15 15:29 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Olathe 2004-08-30 11:40:07 UTC
LocalSettings.sample (and perhaps the install script, which I can't use) has an
error in the invitation-only settings.  The settings there won't allow either
the main page or login page to be viewed.  I think ":Main_Page" is incorrect or
obsolete syntax.

The following seems to fix the problem :

# Invitation-only closed shop type of system
$wgWhitelistEdit = true;
$wgWhitelistRead = array ( "Main Page", "Special:Userlogin"  );
$wgWhitelistAccount = array ( "user" => 0, "sysop" => 1, "developer" => 1 );
Comment 1 Timwi 2004-09-01 02:06:21 UTC
I'm moving this to "documentation" because the .sample files are essentially
documentation. This is certainly not a bug relating to user settings or logins.
Comment 2 Antoine "hashar" Musso (WMF) 2004-09-01 22:29:55 UTC
I updated localsettings.sample with the content of ./includes/DefaultSettings.php

Thanks for your report.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links