How can I disable the email confirmation in Mantis?

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
WaterLin
Posts: 1
Joined: 14 Jul 2009, 06:41

How can I disable the email confirmation in Mantis?

Post by WaterLin »

I am using Mantis as my local bug tracking system. That's mean, I don't have email function on my local PC.

but while I register a new account on my Mantis, the mantis will send an email to tell me about the password.

How I can make the user valid without trying to get this email?
jaskiratsingh
Posts: 2
Joined: 17 Jul 2009, 04:45

Re: How can I disable the email confirmation in Mantis?

Post by jaskiratsingh »

You can try the following:

$g_enable_email_notification = OFF;
in config_inc.php and there will be no emails at all
Kirill
Posts: 640
Joined: 25 Nov 2007, 08:05
Location: Kaliningrad, RF
Contact:

Re: How can I disable the email confirmation in Mantis?

Post by Kirill »

WaterLin wrote:I am using Mantis as my local bug tracking system. That's mean, I don't have email function on my local PC.

but while I register a new account on my Mantis, the mantis will send an email to tell me about the password.

How I can make the user valid without trying to get this email?
You can't.
Crayon
Posts: 6
Joined: 29 Jul 2009, 16:21
Location: Somewhere in North America

Re: How can I disable the email confirmation in Mantis?

Post by Crayon »

If you use the setting mentioned by jaskiratsingh, the password will be empty (I think). So don't forget to log as the user and set a new password.

For more information check this: http://docs.mantisbt.org/master/en/admi ... tml#AEN599 or http://www.mantisbt.org/manual/manual.c ... .email.php
Post Reply