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
Details [edit]
Array of usernames who will be sent a notification email for every change which occurs on a wiki.
Example:
$wgUsersNotifiedOnAllChanges = array( 'WikiSysop', 'User123' );
before r32683 in 1.13alpha, this variable was named
So for version pre-1.13alpha it should be as below.
$wgUsersNotifedOnAllChanges!So for version pre-1.13alpha it should be as below.
$wgUsersNotifiedOnAllChanges = array( 'WikiSysop', 'User123' ); $wgUsersNotifedOnAllChanges = $wgUsersNotifiedOnAllChanges; // only needed for pre-1.13alpha, can be removed for newer versions
| Language: | English • français • 日本語 • русский |
|---|