Handbuch:$wgUsersNotifiedOnAllChanges
Appearance
E-Mail Benachrichtigung (Enotif) Einstellungen: $wgUsersNotifiedOnAllChanges | |
---|---|
Array of usernames who will be sent a notification email for every change which occurs on a wiki. |
|
Eingeführt in Version: | 1.10.0 (r21468) |
Entfernt in Version: | Weiterhin vorhanden |
Erlaubte Werte: | (Array von Strings) |
Standardwert: | [] |
Andere Einstellungen: Alphabetisch | Nach Funktion |
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.
Beispiel:
$wgUsersNotifiedOnAllChanges = [ 'WikiSysop', 'User123' ];
Siehe auch
- Extension:EditNotify — Allows for page creation/editing notifications.