MyBB Community Forums

Full Version: Username question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there, just installed MyBB and im wondering if theres a way to only allow users to sign up using a username with only alphanumeric characters e.g. a-z and numbers not things like ~ ^ ! > etc
You'd have to edit the /inc/datahandlers/user.php file to do that. Would need to change it so that names containing non-legal characters get rejected.