Handbuch:$wgAllowAnonymousMinor

This page is a translated version of the page Manual:$wgAllowAnonymousMinor and the translation is 50% complete.
Benutzerrechte, Zugriffskontrolle und Überwachung: $wgAllowAnonymousMinor
Allow anonymous users to mark changes as "minor"
Eingeführt in Version:1.2.0
Entfernt in Version:1.6.0
Erlaubte Werte:(Wahrheitswert)
Standardwert:false

Details

Allow anonymous users to mark changes as "minor"

Another way to do this is adding this to LocalSettings :

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