Manual:$wgUsersNotifiedOnAllChanges

From MediaWiki.org
Jump to: navigation, search
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 $wgUsersNotifedOnAllChanges!
So for version pre-1.13alpha it should be as below.
$wgUsersNotifedOnAllChanges = array( 'WikiSysop', 'User123' );
Language: English  • Français • 日本語 • Русский
Personal tools
Namespaces
Variants
Actions
Site
Support
Download
Development
Communication
Print/export
Toolbox