The WordPress user role generator allows you to generate a custom user role for your WordPress website.
function register_user_role() { add_role('author', 'Author', array( ) ); }