Title: Change Username
Author: Danny van Kooten
Published: <strong>12 Tháng 1, 2017</strong>
Last modified: 17 Tháng 5, 2026

---

Tìm kiếm plugin

![](https://s.w.org/plugins/geopattern-icon/change-username.svg)

# Change Username

 Bởi [Danny van Kooten](https://profiles.wordpress.org/dvankooten/)

[Tải về](https://downloads.wordpress.org/plugin/change-username.1.0.2.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/change-username/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/change-username/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/change-username/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/change-username/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/change-username/)

## Mô tả

Change usernames of your WordPress users effectively.

### Change Username

This plugin allows you to change usernames of your WordPress users in an effective
and safe way.

By default, WordPress itself does not allow usernames to be changed. The other plugins
for changing usernames do not scale all that well for sites with a large number 
of users.

This plugin takes a different approach by simply enhancing the default “edit user”
page and then processing the username change over AJAX, resulting in a much faster
and user-friendly experience.

### Requirements

 * PHP version 7.2 or higher
 * WordPress version 4.1 or higher

### About the author

Danny van Kooten has been developing plugins for WordPress since version 3.0, all
the way back in 2010. Read more about him on [his personal website](https://www.dannyvankooten.com/)
or have a look at his various other [WordPress plugins](https://dannyvankooten.com/wordpress-plugins/).

## Ảnh màn hình

 * [[
 * What changing a username with this plugin looks like.

## Cài đặt

#### Installing the plugin

 1. In your WordPress admin panel, go to _Plugins > New Plugin_, search for **Change
    Username** and click “_Install now_“
 2. Alternatively, download the plugin and upload the contents of `change-username.
    zip` to your plugins directory, which usually is `/wp-content/plugins/`.
 3. Activate the plugin

## Hỏi đáp

### 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 logged-in users with the `edit_users` capability can change 
usernames.

### Can I use this plugin on MultiSite?

Yes.

## Đánh giá

![](https://secure.gravatar.com/avatar/305612ca901f75c812d7de0eeb2e0af6a04662d1e57261146f0863069dfb2f5f?
s=60&d=retro&r=g)

### 󠀁[Super!](https://wordpress.org/support/topic/super-3137/)󠁿

 [pawelboc](https://profiles.wordpress.org/pawelboc/) 27 Tháng 10, 2025

Super!

![](https://secure.gravatar.com/avatar/3041d6ea1921dd56968b44eb29eaa3fc2d4f8ee54d3214311bbc73e40095528b?
s=60&d=retro&r=g)

### 󠀁[Does exactly what it should](https://wordpress.org/support/topic/does-exactly-what-it-should-35/)󠁿

 [clip1492](https://profiles.wordpress.org/clip1492/) 26 Tháng 6, 2025

The plugin does exactly what it promises — and it does it well, without any issues.
Some might point out the lack of frequent updates, but in my opinion, that’s actually
a good sign: when a plugin this simple works reliably, it means there’s nothing 
that needs fixing.It also integrates perfectly into the user page, with no bloat
or unnecessary overhead — clean, simple and efficient.

![](https://secure.gravatar.com/avatar/51293c0f7d763ec284691404d3cc8e7a85e307be2aace073beabe08fbcb05848?
s=60&d=retro&r=g)

### 󠀁[It still works well but hasn’t been updated in a long time](https://wordpress.org/support/topic/it-still-works-well-but-hasnt-been-updated-in-a-long-time/)󠁿

 [default-design](https://profiles.wordpress.org/default-design/) 29 Tháng 8, 2023

It still works well but it hasn’t been updated in a long time, so I recommend another
one: WP Edit Username

![](https://secure.gravatar.com/avatar/a39c88f45e860606c79031536a73447e6d3df766c5554d68763b91cb3fb7eaf8?
s=60&d=retro&r=g)

### 󠀁[this did nothing](https://wordpress.org/support/topic/this-did-nothing/)󠁿

 [ofihsdfoi](https://profiles.wordpress.org/ofihsdfoi/) 3 Tháng 1, 2023

I typed in the new username, but nothing happened. It does not work.

![](https://secure.gravatar.com/avatar/9d6f289011754f2a2a55f4c15274161e33731764e2c4c4ff29038820e50c0af8?
s=60&d=retro&r=g)

### 󠀁[Great idea, as sometimes emails can become usernames](https://wordpress.org/support/topic/great-idea-as-sometimes-emails-can-become-usernames/)󠁿

 [recons](https://profiles.wordpress.org/recons/) 10 Tháng 3, 2017

Great idea, as sometimes emails can become usernames, which is not desirable. Or
generally changing other undesirable instances.

 [ Đọc tất cả 5 đánh giá ](https://wordpress.org/support/plugin/change-username/reviews/)

## Người đóng góp & Lập trình viên

“Change Username” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

 *   [ Danny van Kooten ](https://profiles.wordpress.org/dvankooten/)
 *   [ ibericode ](https://profiles.wordpress.org/ibericode/)

[Dịch “Change Username” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/change-username)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/change-username/), check
out [SVN repository](https://plugins.svn.wordpress.org/change-username/), hoặc theo
dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/change-username/)
qua [RSS](https://plugins.trac.wordpress.org/log/change-username/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 1.0.2 – Oct 04, 2024

 * Show message when new username is less than 3 characters long.
 * Show message when new username is more than 60 characters long.
 * Improved request validation in general.
 * Remove ES6 code from JS file to support a wider range of browsers.
 * Bump required PHP version to 7.2 or higher.

#### 1.0.1 – Dec 23, 2022

 * Always load minified JS asset by default

#### 1.0 – Dec 2016

Initial release.

## Meta

 *  Phiên bản **1.0.2**
 *  Cập nhật lần cuối **3 tuần trước**
 *  Số lượt cài đặt **4.000+**
 *  Phiên bản WordPress ** 4.1 hoặc cao hơn **
 *  Đã kiểm tra lên đến **7.0**
 *  Phiên bản PHP ** 7.2 hoặc cao hơn **
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/change-username/)
 * Thẻ
 * [Change Login](https://vi.wordpress.org/plugins/tags/change-login/)[Change Username](https://vi.wordpress.org/plugins/tags/change-username/)
   [login](https://vi.wordpress.org/plugins/tags/login/)[username](https://vi.wordpress.org/plugins/tags/username/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/change-username/advanced/)

## Đánh giá

 4.4 trên 5 sao.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/change-username/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/change-username/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/change-username/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/change-username/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/change-username/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/change-username/reviews/#new-post)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/change-username/reviews/)

## Những người đóng góp

 *   [ Danny van Kooten ](https://profiles.wordpress.org/dvankooten/)
 *   [ ibericode ](https://profiles.wordpress.org/ibericode/)

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/change-username/)