Manual:$wgUsersNotifiedOnAllChanges/pt
Appearance
| 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. |
|
| Introduzido na versão: | 1.10.0 (r21468) |
| Removido na versão: | Ainda em utilização |
| Valores permitidos: | (array of strings) |
| Valor predefinido: | [] |
| Outras definições: Alfabeticamente | Por funçã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
- Extension:EditNotify — Allows for page creation/editing notifications.