User:Legoktm/Liberation/Configuration

From Wikimedia Foundation Governance Wiki
Revision as of 12:48, 1 February 2013 by Legoktm (talk | contribs) (easier to add comments)

Configuration variables that are currently set, probably require further investigation. Some of these are set for all fishbowl wiki's, and may need to be re-set for foundationwiki.

InitializeSettings.php

  • 'wgAutoConfirmAge' = 'fishbowl' => 0, // No need
  • 'wmgUseCentralNotice'='fishbowl' => false, // Per bug 17718 Disable CentralNotice on private/fishbowl wikis
    • This should probably be re-set for foundationwiki
  • 'wgAccountCreationThrottle'='fishbowl' => 0,
  • 'wgEmailAuthentication'='fishbowl' => false,
  • User rights:
'groupOverrides' => array(
	'fishbowl' => array(
		'*' => array(
			'edit' => false,
			'createaccount' => false
		),
		'user' => array(
			 'move' => true,
			 'upload' => true,
			 'autoconfirmed' => true,
			 'reupload' => true,
			 'skipcaptcha' => true,
			 'collectionsaveascommunitypage' => true,
			'collectionsaveasuserpage' => true,
  • 'wmgEnableCaptcha'='fishbowl' => false,
  • 'wmgUseCentralAuth'='fishbowl' => false,
    • Will this require merging with the CentralAuth database?
  • 'wmgUseSpamBlacklist'='fishbowl' => false, // not needed, private editing...