Description
Change Username
The Change Username plugin allows you to change the usernames of your WordPress users in an easy and effective way.
We found that existing plugins to change the username in WordPress did not scale at all for sites with many users.
This plugin does not come with its own settings page but instead simply hooks into the “edit user” form.
It then processes the form over AJAX, resulting in a much better experience.
Here’s what it looks like: demo.gif.
Requirements
- PHP version 5.3 or later.
Installation
Installing the plugin
- In your WordPress admin panel, go to Plugins > New Plugin, search for Change Username and click “Install now“
- Alternatively, download the plugin and upload the contents of
change-username.zip
to your plugins directory, which usually is/wp-content/plugins/
. - Activate the plugin
FAQ
-
Where is the settings page?
-
Change Username does not come with its own settings page. You can change the username of your users on the page where you would normally edit that user.
-
Can users change their own username?
-
Not right now. Only administrators with the
edit_users
capability can change usernames. -
I’ve activated the plugin but nothing happens.
-
Please check if your server is running PHP version 5.3 or later. The plugin will not do anything if you’re on an older version of PHP.
Reviews
Contributors & Developers
“Change Username” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Change Username” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1 – Dec 23, 2022
- Always load minified JS asset by default
1.0 – Dec 2016
Initial release.