View Single Post
  #1  
Old 08-13-2003, 11:36 AM
 
bqh19 bqh19 is offline
 

Newbie
  
Join Date: Jul 2003
Posts: 7
 

Default unique email address in customer registration

I have tried to register a new customer by using a duplicate email address already in the database and it gives me the error messages:

INVALID SQL: 1062 : Duplicate entry 'bhuang@worldlifegroup.com' for key 1
SQL QUERY FAILURE: insert into xcart_maillist (email, since_date) values ('bhuang@worldlifegroup.com','1060666299')

How can I reject the new registration with the duplicate email address in the database and ask them to use a unique email address?

Thanks in advance!
__________________
brian
Reply With Quote