Podręcznik:$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. |
|
| Wprowadzono w wersji: | 1.10.0 (r21468) |
| Usunięto w wersji: | nadal w użyciu |
| Dozwolone wartości: | (array of strings) |
| Domyślna wartość: | [] |
| Inne ustawienia: Alfabetycznie | Według funkcji | |
Szczegóły
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.
Przykład:
$wgUsersNotifiedOnAllChanges = [ 'WikiSysop', 'User123' ];
Zobacz też
- Extension:EditNotify — Allows for page creation/editing notifications.