Hi Guys,
Is there any simple way to prevent users using Spaces in their username when they register?
I currently have this in the registration from that determines max length. Is there any command I can add here?
name="username:required:minLength=6:maxLength=15"
Any info appreciated.
Stuart