View Single Post
  #90  
Old 08-30-2007, 08:22 PM
 
zefon zefon is offline
 

Advanced Member
  
Join Date: Apr 2003
Posts: 86
 

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

When using this code in 4.1.8, if you try and login using an email address you get the following error message:

"Your account is temporarily disabled. Please contact the store administrator for details."


Code:
$user_data=func_query_first("select * from $sql_tbl[customers] where (login='$username' or email='$username') and usertype='$usertype' and status='Y'");

Anyone else had this problem and how did you fix it?
__________________
X-Cart Gold 4.1.8
Reply With Quote