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

有帮助吗?

解决方案

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

Cya

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top