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 | edit source]
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 he himself makes.
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
See also[edit | edit source]
- Extension:EmailAllChanges — Adds a preferences checkbox allowing users to have all changes to pages on the wiki emailed to them.
Language: | English • français • 日本語 • русский |
---|