Members
94The best WordPress membership and user role editor plugin. User Roles & Capabilities editor helps you rest...
Easily Edit User Profile Username clicking a button.
WP Edit Username is a WordPress plugin that allows users to edit or change their usernames. It is designed for users with the appropriate permissions, specifically those with the edit_other_users() capability. The plugin can send notification emails to users when their usernames are changed, with customizable email content available through filter hooks.
This plugin is suitable for WordPress site administrators who want to provide users with the ability to update their usernames while maintaining control over the process and notifications.
Best for: This plugin is best for WordPress site administrators managing user profiles.
What it does well
Where it falls short
WP Edit Username provides a straightforward solution for managing username changes, with useful notification features. It is a practical tool for sites that require user management capabilities.
Sajjad Hossain Sagor's own description of WP Edit Username, lightly tidied.
This plugin adds feature to edit/change user username.
edit_other_users() capability can change usernames.wpeu_email_subject.wpeu_email_headers.wpeu_email_body. (Note: $new_username and $old_username are automatically prepended to the email content).<?php
add_filter( 'wp_username_changed_email_subject', 'change_email_subject' );
function change_email_subject( $subject )
{
$subject = 'Your customized subject';
return $subject;
}
add_filter( 'wp_username_changed_email_body', 'change_email_body' );
function change_email_body( $old_username, $new_username )
{
$email_body = "Your custom email text body.";
return $email_body;
}
?>
Other plugins for managing users.
The best WordPress membership and user role editor plugin. User Roles & Capabilities editor helps you rest...
User Role Editor WordPress plugin makes user roles and capabilities changing easy. Edit/add/delete WordPress u...
LoginPress is a Custom Login Page Customizer plugin allows you to easily customize the layout of login, admin...
Build membership sites with tiered plans, content restriction, drag-&-drop custom registration & login...
Customize your WordPress login page with live preview. Change logo, background, colors, and form styling witho...
Powerful user profile plugin to create front-end user registration forms, login & user profile forms. Incl...