Change Username
================

The **Change Username** plugin allows you to change usernames of your WordPress users in an easy & effective way.

Existing plugins like "Username Changer" do not scale for sites with many users, pulling in all users at once and stuffing them in a single `<select>` element. 

This plugin takes a different approach by simply modifying the default WordPress "edit user" page & processing the form over AJAX, resulting in a much leaner & faster experience.

![Change Username](https://i.imgur.com/QgQvSIA.gif?noredirect)

### Requirements

- PHP version 7.4 or higher
- WordPress version 6.0 or higher

### Installing

Download the [Change Username](https://wordpress.org/plugins/change-username/) plugin from the WordPress.org plugin repository.


### Building from source

1. Clone this repository:
   ```sh
   git clone https://github.com/dannyvankooten/change-username.git
    ```
2. Build the assets:
    ```sh
    npm install && make
    ```
   

### License

GPLv3 or later.
