Home
Softono

Change Username

Open source PHP
52
Stars
1
Forks
1
Issues
6
Watchers
3 months
Last Commit

 About Change Username

A WordPress plugin to change usernames

Platforms

Web Self-hosted

Languages

PHP

Links

Need Help Installing Change Username?

We provide expert installation service for this software. Our team will install, configure, and secure Change Username on your server. plans start at just $30.

Change Username

View on GitHub

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

Requirements

  • PHP version 7.2 or higher
  • WordPress version 4.1 or higher

Installing

Download the Change Username plugin from the WordPress.org plugin repository.

Building from source

  1. Clone this repository:
    git clone https://git.sr.ht/~dvko/wp-change-username 
    
  2. Build the assets:
    npm install && make
    

License

GPLv3 or later.