Manual:$wgAutopromoteOnce

From MediaWiki.org
Jump to: navigation, search
Access: $wgAutopromoteOnce
Automatically add a usergroup to any user who matches certain conditions.
Introduced in version: 1.18.0 (r90755)
Removed in version: still in use
Allowed values: array
Default value: array( 'onEdit' => array(), 'onView' => array() )

Other settings: Alphabetical | By Function


[edit] Details

Does not add the user to the group again if it has been removed. Also, does not remove the group if the user no longer meets the criteria.

The format is array( event => criteria, ... ) where event is 'onEdit' (when user edits) or 'onView' (when user views the wiki) and criteria has the same format as $wgAutopromote.

[edit] See also

Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox