Guest Posted December 14, 2002 Posted December 14, 2002 CVS tep_snapshot-20021213.tar.gz trying to register as a new customer with [email protected] results in email address already exists! while emails with .com are accepted. Is there a bugzilla I can post this to (or indeed check that this issue is being worked on)?
Ajeh Posted December 14, 2002 Posted December 14, 2002 There is a validation of email extentions if you have it turned on. Look in the /includes/functions/validations.php file for the ones you are allowing.
Guest Posted December 15, 2002 Posted December 15, 2002 had to change this from 3 to 2 to accept .tv domains. Is this correct? As the notes within the file refer to other 2 letter domains like .uk .nl etc elseif (strlen($top_level_domain) <= 6 && strlen($top_level_domain) >= 2) {
Recommended Posts
Archived
This topic is now archived and is closed to further replies.