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