View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012402 | mantisbt | ldap | public | 2010-09-27 05:25 | 2010-09-27 07:26 |
Reporter | dregad | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 1.2.1 | ||||
Summary | 0012402: Signup as new user with LDAP and use_ldap_email = OFF causes error | ||||
Description | I have setup Mantis with LDAP authentication. Until today, I had both use_ldap_email and use_ldap_realname set to ON, and everything was fine. However, a few weeks ago, a number of developers (consultants from an external company) which were previously using our internal e-mail system, have relocated to a different site and started using their own e-mail addresses. Consequently, Mantis' e-mail notifications are now causing errors, since their mailbox on our internal mail have been removed. To work around this, I tried to set use_ldap_email = OFF, allowing users to update their e-mail address as it is currently not possible to modify LDAP. This works fine for existing users, but causes issues for new ones, because the e-mail is never set by the signup process, and Mantis throws Application Error 0001200 : Invalid e-mail address. | ||||
Steps To Reproduce |
| ||||
Additional Information | I would expect the following behavior:
| ||||
Tags | No tags attached. | ||||
I worked around my problem with the following changes
$g_allow_blank_email = ON;
Any thoughts / comments on this ? (EDIT: replaced normal diff with git diff) |
|