Last modified: 2014-07-31 05:42:40 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 T70777, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 68777 - Installer should add a comment to LocalSettings.php urging that database settings be moved out of webroot
Installer should add a comment to LocalSettings.php urging that database sett...
Status: NEW
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.24rc
All All
: Lowest enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-07-29 00:31 UTC by Nathan Larson
Modified: 2014-07-31 05:42 UTC (History)
1 user (show)

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


Attachments

Description Nathan Larson 2014-07-29 00:31:07 UTC
Currently, the installer just adds, e.g.

## Database settings
$wgDBtype = "mysql";
$wgDBserver = "localhost";
$wgDBname = "testwiki";
$wgDBuser = "root";
$wgDBpassword = "foo";

The comment could say, e.g.,

## Database settings (for security reasons, these should be moved out of webroot; see https://www.mediawiki.org/wiki/Manual:Securing_database_passwords )

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


Navigation
Links