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?
How can I disable the email confirmation in Mantis?
Moderators: Developer, Contributor
-
- Posts: 2
- Joined: 17 Jul 2009, 04:45
Re: How can I disable the email confirmation in Mantis?
You can try the following:
$g_enable_email_notification = OFF;
in config_inc.php and there will be no emails at all
$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?
You can't.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?
Re: How can I disable the email confirmation in Mantis?
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
For more information check this: http://docs.mantisbt.org/master/en/admi ... tml#AEN599 or http://www.mantisbt.org/manual/manual.c ... .email.php