Forums

[resolved] [Plugin: Register Plus] Editors may edit unverified users (2 posts)

  1. kikuyumoja
    Member
    Posted 3 years ago #

    We've used Register Plus for a project and had the problem that only administrators would see the "unverified users" button on the users menu. However, we wanted to extend this menu also to our editors as they are the ones who shall edit all content and unlock new users.

    To achieve this, just open the register-plus.php in an editor and go to line 90 where you'll find this:
    add_users_page( 'Unverified Users', 'Unverified Users', 10, 'unverified-users', array($this, 'Unverified') );

    Now just change the value 10 (= administrators) to e.g. 7, like this:
    add_users_page( 'Unverified Users', 'Unverified Users', 7, 'unverified-users', array($this, 'Unverified') );

    Hope this works out for anoyne else who's been wondering about this!
    cheers,
    jke

    h/t @mzeecedric!

  2. issy-m
    Member
    Posted 3 years ago #

    Excelente!!

    Thank you

Topic Closed

This topic has been closed to new replies.

About this Topic