Posts: 3
	Threads: 2
	Joined: Feb 2010
	
Reputation: 
0
	 
	
	
		Is it possible to have the username be their email address?  It appears the username field in the db would accept it, but I cannot find how to adjust the validation.  Also, I'm not sure if I'll be setting myself up for errors elsewhere.
Thanks,
Brunbrun
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,456
	Threads: 39
	Joined: Dec 2008
	
Reputation: 
6
	 
	
	
		Hey Brunbrun,
Unfortunately not... you're right, though: there's no reason why it wouldn't work. But the existing code (including the validation) requires a separate field for the username so really the only way to do it would be to doctor the core code - never a good idea since it would prevent you from upgrading in the future. 
Sorry I couldn't be more help! 
- Ben