Title: Edit Usernames
Author: Matt Miller
Published: <strong>2019 年 10 月 29 日</strong>
Last modified: 2026 年 2 月 17 日

---

搜尋外掛

![](https://ps.w.org/edit-usernames/assets/banner-772x250.jpg?rev=2182488)

![](https://ps.w.org/edit-usernames/assets/icon-256x256.jpg?rev=2182488)

# Edit Usernames

 由 [Matt Miller](https://profiles.wordpress.org/millermedianow/) 開發

[下載](https://downloads.wordpress.org/plugin/edit-usernames.1.3.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/edit-usernames/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/edit-usernames/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/edit-usernames/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/edit-usernames/#developers)

 [技術支援](https://wordpress.org/support/plugin/edit-usernames/)

## 外掛說明

Please help by contributing to the GitHub repository [Edit Usernames on GitHub](https://github.com/Miller-Media/edit-usernames)

The Edit Usernames plugin allows WordPress admins and WooCommerce managers to edit
the users’ usernames through the admin dashboard. All references to previous username
are changed after editing, including comment author.

Note: Editing of your own username and those of Super Admins are currently disallowed.

### Localizations

This plugin is available in the following languages:

 * Albanian (Shqip)
 * Arabic (العربية)
 * Armenian (Հայերեն)
 * Basque (Euskara)
 * Bengali (বাংলা)
 * Bulgarian (Български)
 * Catalan (Català)
 * Chinese Simplified (简体中文)
 * Croatian (Hrvatski)
 * Czech (Čeština)
 * Danish (Dansk)
 * Dutch (Nederlands)
 * Estonian (Eesti)
 * Finnish (Suomi)
 * French (Français)
 * Galician (Galego)
 * Georgian (ქართული)
 * German (Deutsch)
 * Greek (Ελληνικά)
 * Hebrew (עברית)
 * Hindi (हिन्दी)
 * Hungarian (Magyar)
 * Indonesian (Bahasa Indonesia)
 * Irish (Gaeilge)
 * Italian (Italiano)
 * Japanese (日本語)
 * Korean (한국어)
 * Latvian (Latviešu)
 * Lithuanian (Lietuvių)
 * Macedonian (Македонски)
 * Norwegian (Norsk)
 * Persian (فارسی)
 * Persian – Afghanistan (دری)
 * Polish (Polski)
 * Portuguese – Brazil (Português do Brasil)
 * Portuguese – Portugal (Português)
 * Romanian (Română)
 * Russian (Русский)
 * Serbian (Српски)
 * Slovak (Slovenčina)
 * Slovenian (Slovenščina)
 * Spanish (Español)
 * Swedish (Svenska)
 * Tamil (தமிழ்)
 * Thai (ไทย)
 * Turkish (Türkçe)
 * Ukrainian (Українська)
 * Urdu (اردو)
 * Vietnamese (Tiếng Việt)
 * Welsh (Cymraeg)

### Request

If you find that a part of this plugin isn’t working, let us know what’s broken 
in [its support forum](https://wordpress.org/support/plugin/edit-usernames/) so 
we can make it better. Thanks!

## 螢幕擷圖

 * [[
 * Pencil/edit icon in user edit screen

## 安裝方式

 1. Upload `Edit Usernames` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the _Plugins_ menu in WordPress

## 常見問題集

### How do I edit a username?

Go to Users in the WordPress admin, click on the user you want to edit, and you 
will see the username field is editable. Change it and click “Update User”.

### Can I edit my own username?

No. For security reasons, you cannot edit your own username. Another administrator
must make the change for you.

### Can I edit a Super Admin’s username?

By default, editing Super Admin usernames is disallowed. However, there is a setting
under Settings > General to enable editing of admin usernames if needed.

### Will editing a username break anything?

No. The plugin updates all references to the previous username, including comment
author names. The user’s posts, pages, and other content remain intact.

### What languages are supported?

The plugin is available in 30 languages with more being added regularly. We are 
working toward supporting 50 languages total!

## 使用者評論

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

### 󠀁[Simple, solid plugin](https://wordpress.org/support/topic/simple-solid-plugin/)󠁿

 [Miller Media](https://profiles.wordpress.org/millermediadev/) 2020 年 2 月 15 
日

We have been using this plugin internally to perform a simple function that should
be built into WordPress by default. Good stuff!

 [ 閱讀全部 1 則使用者評論 ](https://wordpress.org/support/plugin/edit-usernames/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Edit Usernames〉的開發相關工作。

參與者

 *   [ Matt Miller ](https://profiles.wordpress.org/millermedianow/)
 *   [ mikemm01 ](https://profiles.wordpress.org/mikemm01/)

[將〈Edit Usernames〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/edit-usernames)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/edit-usernames/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/edit-usernames/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/edit-usernames/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/edit-usernames/)。

## 變更記錄

#### 1.3.2

 * Added ABSPATH checks to inc/settings.php and inc/review-notice.php
 * Added sanitization callback to register_setting()
 * Fixed unescaped attribute outputs in settings page
 * Removed var_dump() debug call
 * Removed deprecated load_plugin_textdomain() call
 * Updated “Tested up to” to 6.9

#### 1.3.1

 * Added GPL license declaration to plugin header
 * Updated Author URI
 * Added direct file access protection to all PHP files
 * Improved output escaping and input sanitization
 * Removed non-production files from plugin directory

#### 1.3.0

 * Added translations for 50 languages
 * Added POT translation template file
 * Added opt-in data cleanup on plugin deletion
 * Added Settings link on Plugins page
 * Updated FAQ section
 * Updated readme with complete language list

#### 1.2.7

 * Added translations for Russian, Polish, Dutch, Turkish, and Swedish
 * Updated localization section in readme

#### 1.2.6

 * Added Chinese Simplified (zh_CN) translation

#### 1.2.5

 * Added Japanese (ja) translation

#### 1.2.4

 * Tested up to WordPress 6.9.1

#### 1.2.3

 * Fixed username field UX – field is now editable by default with clear instructions
 * Added dismissible review prompt notice after 14 days of usage

#### 1.2.2

 * Added translations for Spanish, French, German, Portuguese (Brazilian), and Italian

#### 1.2.1

 * Compatibility updates for WordPress 6.9 and PHP 8.1+

#### 1.2

 * Tested up to WP 5.9
 * Add setting to enable editing admin usernames
 * Added further clarifying messages on user edit page

#### 1.1.1

 * Tested up to WP 5.3.2

#### 1.1

 * Additional check for valid username added

#### 1.0

 * Initial release

## 中繼資料

 *  版本 **1.3.2**
 *  最後更新 **3 個月前**
 *  啟用安裝數 **80+**
 *  WordPress 版本需求 ** 3.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 8.1 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/edit-usernames/)
 * 標籤:
 * [edit](https://tw.wordpress.org/plugins/tags/edit/)[profile](https://tw.wordpress.org/plugins/tags/profile/)
   [username](https://tw.wordpress.org/plugins/tags/username/)[users](https://tw.wordpress.org/plugins/tags/users/)
 *  [進階檢視](https://tw.wordpress.org/plugins/edit-usernames/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/edit-usernames/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/edit-usernames/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/edit-usernames/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/edit-usernames/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/edit-usernames/reviews/?filter=1)

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

[查看全部使用者評論](https://wordpress.org/support/plugin/edit-usernames/reviews/)

## 參與者

 *   [ Matt Miller ](https://profiles.wordpress.org/millermedianow/)
 *   [ mikemm01 ](https://profiles.wordpress.org/mikemm01/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/edit-usernames/)