• Resolved corelan

    (@corelan)


    Hi,

    I noticed that after the last series of updates, the admin ‘hold’ queue is no longer working, despite the fact that both the ’email verification’ and ‘admin verification’ options are enabled.

    When a new user has registered, I can see a new entry in the “unverified” users list. The user receives an email (even though I did not ‘approve’ the account), and is able to complete the registration.

    https://www.ads-software.com/extend/plugins/register-plus-redux/

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

    (@radiok)

    I have confirmed your problem and resolved it for the next release, in the interim I have two options for you. Either, A) disable email verification and manually send email verification to users you wish to accept from the “Unverified Users” page. Or change line 471 of rpr-login.php from:

    if ( ‘1’ === $register_plus_redux->rpr_get_option( ‘verify_user_email’ ) ) {

    to:

    if ( ‘1’ !== $register_plus_redux->rpr_get_option( ‘verify_user_admin’ ) ) {

    Thread Starter corelan

    (@corelan)

    thanks

    I also noticed that, if I change the default membership group to “unverified”, new users will be assigned to this group, allowing me to intervene manually.

    It’s not on line 471, but line 467? Hope that wil do.

    Also thanks @corelan for the tip to change default membership ??

    Debby

    (@debbyelfrink)

    I have the same problem, changed the line, but stil it’s not working.

    Plugin Author radiok

    (@radiok)

    The code changes noted above have been baked into the version released today, 3.9.9

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Admin queue no longer working’ is closed to new replies.