How would I implement a filter to block out spaces in username (during registration)?
I've been looking at the Fortress documentation, and probably the regex
option is the one to look for. But there's no documentation examples on regex, and I've been unsuccessful so far in my own efforts (including \
escaping issues in a JSON document).
I hope this is something simple to resolve. Thank you.
[UserFrosting 0.3.1]