View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0008528 | mantisbt | public | 2007-11-01 15:07 | 2007-11-04 14:04 | |
| Reporter | micahg | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | have not tried |
| Status | new | Resolution | open | ||
| Product Version | 1.0.8 | ||||
| Summary | 0008528: $g_enable_email_notification = OFF; turns off all E-Mail in Mantis | ||||
| Description | When I wanted to turn off signup and password reset E-Mails because we are using LDAP, I was surprised to realize that all mantis E-Mails are no longer being sent. Please help. | ||||
| Tags | No tags attached. | ||||
|
use $g_allow_signup = OFF to disable signup link and $g_send_reset_password = OFF to disable sending reset password. (If an administrator clicks the reset link on send_reset_password is off, the password is set to blank. |
|
|
The problem is that I don't want the new user e-mail to go out either since we are using ldap. |
|
|
I commented out line 390 in core/user_api.php: There should be an option to disable this in future version. |
|