From 48b0f52c54d088ece28a72ff5938ca2782965173 Mon Sep 17 00:00:00 2001 From: Maat Date: Sun, 3 Jul 2011 17:35:11 +0200 Subject: Config default tweak to enable default notification People disliking being spammed will have to opt out :-/ See https://bugs.mageia.org/show_bug.cgi?id=1188 --- phpBB/includes/functions_user.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpBB/includes/functions_user.php') diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php index f2c80705ba..3f4203c554 100644 --- a/phpBB/includes/functions_user.php +++ b/phpBB/includes/functions_user.php @@ -213,7 +213,10 @@ function user_add($user_row, $cp_data = false) 'user_full_folder' => PRIVMSGS_NO_BOX, 'user_emailtime' => 0, - 'user_notify' => 0, + // Mageia Config tweak [ https://bugs.mageia.org/show_bug.cgi?id=1188 ] + 'user_notify' => 1, + // Mageia Config tweak + 'user_notify_pm' => 1, 'user_notify_type' => NOTIFY_EMAIL, 'user_allow_pm' => 1, @@ -3602,4 +3605,4 @@ function remove_newly_registered($user_id, $user_data = false) return $user_data['group_id']; } -?> \ No newline at end of file +?> -- cgit v1.2.1