Manual:$wgUsersNotifiedOnAllChanges/pt

This page is a translated version of the page Manual:$wgUsersNotifiedOnAllChanges and the translation is 11% complete.
Configurações de notificação por correio eletrónico (Enotif): $wgUsersNotifiedOnAllChanges
Array of usernames who will be sent a notification email for every change which occurs on a wiki.
Introduzida na versão:1.10.0 (r21468)
Removida na versão:ainda em uso
Valores permitidos:(array of strings)
Valor por omissão:[]

Details

Array of usernames who will be sent a notification email for every change which occurs on a wiki. The user will not be sent an email for changes that they themselves make.

Example:

$wgUsersNotifiedOnAllChanges = [ 'WikiSysop', 'User123' ];

Ver também