Manual:$wgUsersNotifiedOnAllChanges
Appearance
Email notification (Enotif) settings: $wgUsersNotifiedOnAllChanges | |
---|---|
Array of usernames who will be sent a notification email for every change which occurs on a wiki. |
|
Introducido en la versión: | 1.10.0 (r21468) |
Eliminado en la versión: | aún se usa |
Valores permitidos: | (array of strings) |
Valor predeterminado: | [] |
Otras configuraciones: Alfabéticamente | Por Función |
Detalles
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.
Ejemplo:
$wgUsersNotifiedOnAllChanges = [ 'WikiSysop', 'User123' ];
Véase también
- Extension:EditNotify — Allows for page creation/editing notifications.