Manual:$wgUsersNotifiedOnAllChanges
Email notification (Enotif) settings: $wgUsersNotifiedOnAllChanges | |
---|---|
Array of usernames who will be sent a notification email for every change which occurs on a wiki. |
|
Introduced in version: | 1.10.0 (r21468) |
Removed in version: | Still in use |
Allowed values: | (array of strings) |
Default value: | [] |
Other settings: Alphabetical | By function |
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' ];
See also
- Extension:EditNotify — Allows for page creation/editing notifications.