Gossamer Forum
Home : Products : Others : Gossamer Community :

Restrict USernames to 15 Characters

Quote Reply
Restrict USernames to 15 Characters
How do I do this from within Community?
Quote Reply
Re: [Jobu] Restrict USernames to 15 Characters In reply to
I believe it is:

Setup -> User Signup Options

signup_username_regex

^[\w\-\.]{3,30}$

change to

^[\w\-\.]{3,15}$
Quote Reply
Re: [Payooo] Restrict USernames to 15 Characters In reply to
In Reply To:
I believe it is:

Setup -> User Signup Options

signup_username_regex

^[\w\-\.]{3,30}$

change to

^[\w\-\.]{3,15}$


Thanks! Just want it to be consistent with my forum username limits, so I changed both to 20.