Manual:$wgAllowAnonymousMinor

From MediaWiki.org

Jump to: navigation, search
This feature has been deprecated and should not be used with current versions of MediaWiki.

This feature was deprecated (or possibly removed completely) in version 1.6.0.

User Access: $wgAllowAnonymousMinor
Allow anonymous users to mark changes as 'minor'
Introduced in version: 1.2.0
Removed in version: 1.6.0
Allowed Values: (boolean)
Default Value: false

Other settings: Alphabetical | By Function


[edit] Details

Allow anonymous users to mark changes as 'minor'


Another way to do this is adding this to LocalSettings.php:

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