XF 2.2 Disallow username

ForumExplorer

Active member
Hi

So I don't want someone who uses a certain username to register on my forum. Is there a way to disallow a username? I know there is a setting on phpBB but not sure about XF.
 
Yes, you can use a RegEx string for general limitations and/or a dedicated disallowed phrases list ("username badword filter"):
-> ACP -> Setup -> Options -> User registration (input fields only shown with advanced options activated)
 
Top Bottom