Question

I have a Wordpress with 2 admin roles :

  • the super admin, who can do anything
  • the normal admin, who has limited acces to WP functions (everything except WP configuration). This role was created using a plugin to manage user 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...)

Was it helpful?

Solution

I think I had the same problem and used this plugin: http://wordpress.org/plugins/user-role-editor/

Cya

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top