0

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...)

Yoh
  • 316
  • 3
  • 9

1 Answers1

1

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

Cya

  • I tried this plugin at the beginning of the development, but didn't keep it and used another one (don't remember why ^^), I shouldn't have ! Thanks ! – Yoh Aug 08 '13 at 09:11