Popis
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.
Instalace
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
Nejčastější dotazy
-
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.
Recenze
Autoři
Change Username je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.
SpolupracovníciPřeložte “Change Username” do svého jazyka.
Zajímá vás vývoj?
Prohledejte kód, podívejte se do SVN repozitáře, nebo se přihlaste k odběru protokolu vývoje pomocí RSS.
Přehled změn
1.0.1 – Dec 23, 2022
- Always load minified JS asset by default
1.0 – Dec 2016
Initial release.