P Paul B XenForo moderator Staff member Jun 17, 2023 #2 In /admin.php?options/groups/usersAndRegistration/ use this option: That will limit user names to a-z and 0-9 only. Any existing ones will need to be manually changed. Upvote 1 Downvote
In /admin.php?options/groups/usersAndRegistration/ use this option: That will limit user names to a-z and 0-9 only. Any existing ones will need to be manually changed.
Black Tiger Well-known member Jun 17, 2023 #3 You might like to add a space in there too as lots of users (like me too) use a 2 part name with a space in between. Upvote 0 Downvote
You might like to add a space in there too as lots of users (like me too) use a 2 part name with a space in between.
P Paul B XenForo moderator Staff member Jun 17, 2023 #4 Additional characters just need to be included after the 9, like so: /^[a-z0-9 _-]+$/i Upvote 0 Downvote