[Mediawiki-l] Enotif by default

david dvd at enlloc.org
Wed Sep 17 14:02:17 UTC 2008


Hi;

I want to define by default some Email notification settings in my
MW-wiki.
I want "user talk" and "watchlist" notifications to be checked by
default in users preferences page.

I have in Localsettings.php:

$wgEnableEmail      = true;
$wgEnableUserEmail  = true;

$wgEmailAuthentication = true;
$wgEnotifUserTalk = true; # UPO
$wgEnotifWatchlist = true; # UPO

And in includes/DefaultSettings.php :

$wgEmailAuthentication = true; # UPO 
$wgEnotifWatchlist = true; # UPO 
$wgEnotifUserTalk = true;


Maybe I've something wrong?

Thanks,

dvdgmz




More information about the MediaWiki-l mailing list