View Single Post
  #6  
Old 12-01-2009, 01:58 AM
 
Harmedia Harmedia is offline
 

Newbie
  
Join Date: Nov 2009
Posts: 6
 

Default Re: Allow @ and other characters as username

Brewer,

Quote:
if ((strcmp($uname_tmp, $uname) != 0) || (!preg_match("/^".func_login_validation_regexp()."$/is", $uname) && $uname != ""))

This is what I see in my PHP file. Does your solution still works then or do I need some other way? (looks like it refers to another file?)

Kind regards,

Bastiaan
__________________
X-cart Version 4.3
Reply With Quote