• Hi Javier,

    I assigned users with the capability to use this plug-in without being an administrator. This has worked in the past. Now, these users cannot access the plug-in. They are seeing a message saying Sorry, you are not allowed to access this page.” I have the user capability of “acui” added and checked for these users. Must users be administrators to use this plug-in now?

    Thank you for your help, and great work on this plug-in!

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

    (@carazo)

    @jpgonzalez-rufio

    Good morning, I think I have not changed anything about it. Plugins checks for capability and the allow users or not.

    Look at this for example:

    if ( !current_user_can('create_users') ) {
    		wp_die( __( 'You are not allowed to see this content.', 'import-users-from-csv-with-meta' ));
    	}

    This is not a role, those are capabilities.

    Thread Starter jpgonzalez-rufio

    (@jpgonzalez-rufio)

    Hi Javier, thank you for your quick response. I had found the answer. I am using a plug-in called Adminimize that allows me to customize the admin dashboard and menus. I had to enable roles to be able to view the Import Users menu options that will take them to plug-in functions. Once I checked the options, the users are able to use the plug-in again. Thank you again for your help!

    Plugin Author Javier Carazo

    (@carazo)

    @jpgonzalez-rufio

    Good morning and perfect, this is a good news.

    Anyway, please consider making a little donation or a good review in order to allow us continue giving the best and fast support that we try to do everyday.

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

The topic ‘Use Plug-In Not As Administrator’ is closed to new replies.