• Resolved avu

    (@avu)


    In a WP multisite setting only super-admins can export users with [export-users delimiter=”SEMICOLON” columns=”user_email,first_name,last_name”] in a site page. Site admins with user creation rights get the error :
    “Only users who are able to create users can export them.”
    Any work around ? Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @avu,

    The default capability needed is this one:
    current_user_can( apply_filters( 'acui_capability', 'create_users' ) )

    create_users but you can filter it with this hook.
    `

    Thread Starter avu

    (@avu)

    Thanks, I understand capabilities but have to find someone to do this for us 😐
    Maybe an “average admin” configurable option in the future ?
    Regards

    Plugin Author Javier Carazo

    (@carazo)

    @avu,

    The problem is not from configuration.

    It seems that administrator cannot create users in your site… so you have to change it or add this capability to the role or change this in a hook.

    It is easy with add_filter.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Multisite site admin user export rights ?’ is closed to new replies.