Manual:$wgAutopromoteOnce

From mediawiki.org
This page is a translated version of the page Manual:$wgAutopromoteOnce and the translation is 30% complete.
Acceso: $wgAutopromoteOnce
Conditions of automatic promotion of user to specific groups that are done only once.
Introducido en la versión:1.18.0 (r90755)
Eliminado en la versión:aún se usa
Valores permitidos:(array)
Valor predeterminado:see below

Detalles

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 .

Default value

Versión de MediaWiki:
1.25
[
	'onEdit' => [],
]
Versiones de MediaWiki:
1.18 – 1.24
array(
	'onEdit' => array(),
	'onView' => array()
)

Véase también