Override restrictions on WordPress network usernames.
By default, WordPress network usernames cannot contain anything but lowercase letters and numbers. This plugin adds network options to let you include hyphens, underscores, or uppercase letters, if desired.
Furthermore, this plugin gives you the option to allow email addresses as usernames, or to allow all-numeric usernames (e.g. “1234”).
Finally, this plugin lets you override the minimum length for usernames (which defaults to four characters).
To follow updates to this plugin, visit:
https://danieltwc.com/
For help with this version, visit:
https://danieltwc.com/2011/network-username-restrictions-override-1-0/
network-username-restrictions-override
folder to your plugins folder, usually wp-content/plugins
. (Or simply via the built-in installer.)Unfortunately, the WordPress code for adding users forces usernames to lowercase without offering an option to configure it via a plugin.
You’ll have to update the regular expressions in your .htaccess
file if you use email addresses or periods in site URLs. The default WordPress .htaccess
configuration does not allow them, nor will this plugin edit your .htaccess
automatically due to the risk involved.