Robert

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Multisite License Notice Shenanigans #1234172
    Robert
    Participant

    Brook,

    Love the support. Look forward to the patch:)

    Alan

    *Alan Froggatt*
    *Genratec Senior Partner | Genratec Regional Partner*

    DDI: +6421399275 | E: [email protected] | W:
    http://Genratec.com/AFroggatt/ #end
    Connect with Alan: Facebook | LinkedIn

    Facebook Pages: Genratec | GenratecAlumni
    (past and present clients and friends)

    __________________________________________________________________________

    Genratec ® is a global
    innovator in Generative Coaching and Integral Leadership.

    The *Genratec MasterLiving programme* has created results for thousands of
    individuals and their companies since it was first developed in 1996.


    All Genratec Partners, Associates and Coaches are independent licensees of
    Genratec® | Genratec.com

    Robert
    Participant

    This seems somewhat relevant so I’ll try posting here first:
    I have a multisite network with many editors and all of them are being locked out of the admin panel because of the tec-update-message after recent update, seeing exactly the same behavior as OP. I added a simple fix to lib/Activation_Page.php which you might consider including in the plugin:

    `
    if ( !current_user_can(‘manage_options’) ) {
    return; // don’t lock out editor accounts
    }
    `
    This is in maybe_redirect function that is launched on admin_init hook. I’ve put it right after is_admin || DOING_AJAX but order should be irrelevant.

Viewing 2 posts - 1 through 2 (of 2 total)