To simplify the user roles option for your client, remove any unused roles from WordPress.

Paste the following code into your them’s functions.php file.

//Remove unused user roles
remove_role('subscriber');
remove_role('author');
remove_role('contributor');