Thanks! I will do it! :+1
There is a bug in the plugin where the user role is checked.
File: /username-changer/includes/misc-functions.phpmisc-functions.php
Line: 50
CURRENT CODE:in_array( $user_role, $allowed_roles, true )
FIX: array_key_exists( $role_name, $allowed_roles )