Descrição
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.
Instalação
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
Perguntas frequentes
-
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.
Avaliações
Contribuidores e programadores
“Change Username” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
ContribuidoresTraduza o “Change Username” para o seu idioma.
Interessado no desenvolvimento?
Consulte o código, consulte o repositório SVN, ou subscreva o registo de alterações por RSS.
Registo de alterações
1.0.1 – Dec 23, 2022
- Always load minified JS asset by default
1.0 – Dec 2016
Initial release.