Enforcing nickname formats
Posted: Mon Mar 14, 2011 8:00 pm
Sorry if this is obvious, but I had a look and couldn't find anything. Perhaps I don't know the right things to search?
Anyway, is there a way to force nicknames to always obey a regular expression?
For instance, I want every user to always have a name that matches /^[a-z]+[A-Z][a-z]+$/, and to deny connections or changes that violate this.
If anyone knows, I'll be grateful.
Muchas gracias,
~Lex0r.
Anyway, is there a way to force nicknames to always obey a regular expression?
For instance, I want every user to always have a name that matches /^[a-z]+[A-Z][a-z]+$/, and to deny connections or changes that violate this.
If anyone knows, I'll be grateful.
Muchas gracias,
~Lex0r.