Manual:$wgUsersNotifiedOnAllChanges
From MediaWiki.org
| 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: | array() |
Other settings: Alphabetical | By Function
[edit] Details
Array of usernames who will be sent a notification email for every change which occurs on a wiki.
Example:
$wgUsersNotifiedOnAllChanges = array( 'WikiSysop', 'User123' );
Note: before r32683 in 1.13alpha, this was misspelled
So for version pre-1.13alpha it should be as below.
$wgUsersNotifedOnAllChanges!So for version pre-1.13alpha it should be as below.
$wgUsersNotifedOnAllChanges = array( 'WikiSysop', 'User123' );
| Language: | English • Français • 日本語 • Русский |
|---|