View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0011006 | mantisbt | public | 2009-10-05 15:19 | 2009-10-07 14:19 | |
Reporter | brianstv | Assigned To | dhx | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | git trunk | ||||
Target Version | 1.2.0rc2 | Fixed in Version | 1.2.0rc2 | ||
Summary | 0011006: When changing an email address and using $g_limit_email_domain get App Error # 1200 - Invalid Email Address | ||||
Description | When changing an email address and using $g_limit_email_domain get App Error # 1200 - Invalid Email Address | ||||
Steps To Reproduce | In config_inc.php set $g_limit_email_domain=xxx.com | ||||
Additional Information | It looks like the fix would be in core/email_api.php Change: to
| ||||
Tags | No tags attached. | ||||
MantisBT: master-1.2.x b2480c09 2009-10-06 05:00 Details Diff |
Fix 0011006: Email verification always fails when enforcing the domain Email verification always fails when $g_limit_email_domain is set. This is due to too many parenthesis around an email related regex pattern. |
Affected Issues 0011006 |
|
mod - core/email_api.php | Diff File | ||
MantisBT: master ee8a6e3c 2009-10-06 05:00 Details Diff |
Fix 0011006: Email verification always fails when enforcing the domain Email verification always fails when $g_limit_email_domain is set. This is due to too many parenthesis around an email related regex pattern. |
Affected Issues 0011006 |
|
mod - core/email_api.php | Diff File |