I have a Wordpress with 2 admin roles :
I want to add the possibility for the normal admin to create user, but when I do the normal is able to create super admins...
Is there a way to limit the roles available when creating a user ? (plugin, PHP function using hooks...)
I think I had the same problem and used this plugin: http://wordpress.org/plugins/user-role-editor/
Cya