Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
468 views
in Q2A Core by
Hi,

I am using 1.5 version of this script and wanted to limit A-Z, a-z, 0-9 and underscore for username while registering or modifying profile. In the default installation of the script, I see user can have spaces on their username which definatly doesn't make any sense.

So, can anyone suggest me how to implement such feature or what exactly I need to change?
Q2A version: 1.5

1 Answer

+1 vote
by

You can do this using a plugin with a filter module which implements the filter_handle(...) method.

by
So, I have to create my own custom plugin for that or does such plugin already exist?
asked Feb 17, 2016 in Q2A Core by pat Limiting certain characters in username
...