Page 1 of 1

Disable Admin notification of new account creation.

Posted: 18 Dec 2005, 17:02
by Fred
I've been searching for a resolution to this for a few hours now, and still haven't found anything.

I do not wish to disable the message that gets sent to the new user registering, but only the notification to the admin that someone registered for an account. We just recently switched to Mantis for tracking, and once we come out of Alpha next week into a public beta, we will require users have an account to submit bug tickets. Needless to say, we are not looking forward to 1000's of emails being sent notifying admins of new accounts being registerd.

I could easily modify the source code, but if there is something already built in to Mantis to do so, that would be a much better solution so that upgrading won't be a problem in the future.



Currently running 1.0rc3, which will be upgraded to rc4 soon.


Thanks in advance.

Posted: 18 Dec 2005, 19:42
by Narcissus
I would say that you need:

$g_notify_new_user_created_threshold_min = NOBODY;

in your config_inc.php file.

Hope that helps...
Lincoln.

Posted: 24 Dec 2005, 18:21
by Fred
Yes it does.

Thanks!

I'm surprised that isn't documented somewhere.

Hmmm...

Posted: 24 Jan 2006, 20:00
by Guest
Fred wrote:Yes it does.
interesting :)