• I have WordPress Multisite installed. I have a user who’s role is Administrator for a given site…
    What are the steps necessary to make him able to add users for that site? Is there a way to give these users who are not network admins, the create_user permission? How?

    Follow up:
    I created a test user who is an Administrator of a certain site.
    I then signed into that site with that user account.
    Then, I clicked on the “Users” -> “Add New” dialog.
    This page’s code determines if the user has create_users permission which seems to be a value stored in several wp*options tables. This value is part of a hash…
    Anyway, the code in question is located at wp-admin/user-new.php

    Thank you

  • The topic ‘I need the steps necessary to make a site admin able to add users’ is closed to new replies.