WordPress在创建用户时使用以下功能:
sanitize\\u用户()
Sanitize username stripping out unsafe characters.
If $strict is true, only alphanumeric characters plus these: _, space, ., -, *, and @ are returned.
Removes tags, octets, entities, and if strict is enabled, will remove all non-ASCII characters. After sanitizing, it passes the username, raw username (the username in the parameter), and the strict parameter as parameters for the filter.
简短回答:没有插件就不行。
资料来源:http://codex.wordpress.org/Function_Reference/sanitize_user