View Issue Details

IDProjectCategoryView StatusLast Update
0014632mantisbtemailpublic2014-09-23 18:05
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.12 
Target Version1.2.12Fixed in Version1.2.12 
Summary0014632: Email validation always successful when $g_use_ldap_email = ON
Description

Function email_is_valid() always returns true when $g_use_ldap_email = ON, even if $g_login_method != LDAP.

Even though this is not an usual case (when not using LDAP, then the other LDAP-related configuration options should normally be left to their default values), this causes the actual validation to be skipped which could lead to email sending errors.

TagsNo tags attached.

Relationships

related to 0014631 closeddregad Email validation needs to be consistent 
related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2013-04-05 17:56

reporter   ~0036173

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master-1.2.x 83fb71b5

2012-08-16 22:49

dregad


Details Diff
Do not skip e-mail validation if $g_login_method != LDAP

Prior to this, function email_is_valid() always returned true when
$g_use_ldap_email = ON, even if $g_login_method != LDAP.

Even though this is not an usual case (when not using LDAP, the other
LDAP-related configuration options should be left to their default
values), this causes the actual validation to be skipped which could
lead to email sending errors.

Fixes 0014632
Affected Issues
0014632
mod - core/email_api.php Diff File

MantisBT: master 86abb9cc

2012-08-16 22:49

dregad


Details Diff
Do not skip e-mail validation if $g_login_method != LDAP

Prior to this, function email_is_valid() always returned true when
$g_use_ldap_email = ON, even if $g_login_method != LDAP.

Even though this is not an usual case (when not using LDAP, the other
LDAP-related configuration options should be left to their default
values), this causes the actual validation to be skipped which could
lead to email sending errors.

Fixes 0014632
Affected Issues
0014632
mod - core/email_api.php Diff File