• Resolved jephperro

    (@jephperro)


    Hi there,

    We have a multi-site WordPress instance, and discovered a problem.

    Only a superadmin can see the Import Users From CSV page.

    A site admin, can see and click the link : Tools->Import Users From CSV
    but when you click on it, a site admin sees this message : You are not allowed to see this content.

    I looked in the code and see that you are using this condition :
    if (!current_user_can(‘edit_users’))

    however, in Multi-Site WordPress, a site admin is not allowed to edit users, but they are allowed to create new users.

    Do you think this might be a better conditional ?

    if (!current_user_can(‘create_users’))

    Thanks,

    Jeff

    https://wordpress.org/plugins/import-users-from-csv-with-meta/

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

    (@carazo)

    Thank you very much for your comment.

    I have just prepared and submitted a new version with this change 🙂

    Hello, i’m waiting for this update to 1.3.9.3 but in wordpress, only the 1.3.9.2 version is available.
    Did you know when the 1.3.9.3 version will be available for update ?

    Thanks.

    Plugin Author Javier Carazo

    (@carazo)

    This is strange, I updated it yesterday… but now… it doesn’t appear updated.

    I am going to send a new version. 1.3.9.4 to solve this.

    It’s Ok !
    The version 1.3.9.4 is available on the repository.

    I just try it and it fix the multisite bug.

    Thanks for the bug fix and your speed of action !

    Plugin Author Javier Carazo

    (@carazo)

    wp_user59,

    Thanks for using it.

    Please review or/and donate please 🙂

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

The topic ‘On Multi-Site , only superadmin can use’ is closed to new replies.