Disable Admin notification of new account creation.

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Fred

Disable Admin notification of new account creation.

Post 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.
Narcissus
Developer
Posts: 338
Joined: 17 Feb 2005, 09:45

Post 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.
Fred

Post by Fred »

Yes it does.

Thanks!

I'm surprised that isn't documented somewhere.
Guest

Hmmm...

Post by Guest »

Fred wrote:Yes it does.
interesting :)
Post Reply