=== Rename Users === Contributors: Florian Schießl Donate link: http://ifs-net.de/donate.php Tags: user, rename, login Requires at least: 3.0 Tested up to: 4.7.1 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. **More about me and my plugins** Since the year 1999 I do administration, customizing and programming for several forums, communities and social networks. In the year 2013 I switched from another PHP framework to Wordpress. Because not all plugins I'd like to have exist already I wrote some own plugins and I think I'll continue to do so. If you have the scope at forums or social networks my other modules might also be interesting for you. [Just take a look at my Wordpress Profile to see all my Plugins.](http://wordpress.org/plugins/search.php?q=quan_flo "ifs-net / quan_flo Wordpress Plugins") Use them and if my work helps you to save time, earn money or just makes you happy feel free to donate - Thanks. The donation link can be found at the right sidebar next to this text. == 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 **More about me and my plugins** Since the year 1999 I do administration, customizing and programming for several forums, communities and social networks. In the year 2013 I switched from another PHP framework to Wordpress. Because not all plugins I'd like to have exist already I wrote some own plugins and I think I'll continue to do so. If you have the scope at forums or social networks my other modules might also be interesting for you. [Just take a look at my Wordpress Profile to see all my Plugins.](http://wordpress.org/plugins/search.php?q=quan_flo "ifs-net / quan_flo Wordpress Plugins") Use them and if my work helps you to save time, earn money or just makes you happy feel free to donate - Thanks. The donation link can be found at the right sidebar next to this text. == 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.2 = * Fixed security issue - Update strongly recommended = 1.1 = * Fixed error in readme file (wrong title) = 1.0 = * First version.