Page 1 of 1
How can I disable the email confirmation in Mantis?
Posted: 14 Jul 2009, 06:46
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?
Re: How can I disable the email confirmation in Mantis?
Posted: 17 Jul 2009, 10:40
by jaskiratsingh
You can try the following:
$g_enable_email_notification = OFF;
in config_inc.php and there will be no emails at all
Re: How can I disable the email confirmation in Mantis?
Posted: 29 Jul 2009, 15:31
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.
Re: How can I disable the email confirmation in Mantis?
Posted: 30 Jul 2009, 05:09
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