- Compatible XF Versions
 - 2.0 , 2.1 , 2.2 , 2.3
 
- Visible Branding
 - No
 
Today, I will show you how to convert usernames to lowercase. Please go to phpMyAdmin > SQL and run this command
	
	
	
		
		
	
Or use this command if you only...
						
		SQL:
	
	UPDATE xf_user SET username = LOWER(username);
	Or use this command if you only...
							You do not have permission to view the full content of this resource.
							
								Log in or register now.