View Single Post
  #63  
Old 12-29-2006, 02:35 AM
 
just wondering just wondering is offline
 

X-Adept
  
Join Date: Oct 2006
Location: UK
Posts: 471
 

Default Re: Use E-mail address instead of username 3.5.x & 4.0

Quote:
Originally Posted by stevekem
When you say you set the email field to "unique", what exactly do you mean and how do I do that?
Put this into X-Cart's Upgrade or PHPmySQL:
Quote:
Originally Posted by marcgeldon
Code:
ALTER TABLE xcart_customers ADD UNIQUE (usertype, email);

__________________
Location: UK
X-Cart: Gold 4.4.2, Status: Finalizing
Template: Colors
Free Mods: Colour Coded Orders, FAQ Manager
Paid Mods: None... yet.
Server: Linux, Apache: 2.2.15 (Unix), MySQL: 5.0.90-community, PHP: 5.2.13
Reply With Quote