=== Rename Users === Contributors: Florian Schießl Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NX8D8HYLP9HYS Tags: user, rename, login Requires at least: 3.0 Tested up to: 3.8 Stable Tag: trunk License: GPLv2 License URI: http://www.opensource.org/licenses/GPL-2.0 This plugins allows administrators to rename wordpress usernames. == Description == This plugins allows administrators to rename wordpress usernames. The account owner is gets a notification email about the rename process. Install, activate, and then go to the Users->Rename Usernames menu to rename user accounts. == Installation == 1. Upload the files to the `/wp-content/plugins/rename-users/` directory or install through WordPress directly. 1. Activate the "rename users" plugin through the 'Plugins' menu in WordPress 1. Open the "Users" => "Rename Usernames" Menu == Frequently Asked Questions == = Is this safe to rename usernames? = Wordpress normally does not allow renaming usernames. You should now what you do. What this plugin does is that the fields "user_login" and "user_nicename" are overwritten with specified values for a selected user account. == Changelog == = 1.1 = * Fixed error in readme file (wrong title) = 1.0 = * First version.