Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor barinagabriel

    (@barinagabriel)

    Hello,

    do you have the latest version? I have re-tested it right now and it works like expected.
    Are you sure there isn’t a conflict between PB and another plugin? – you should test this out.

    Gabriel

    Thread Starter RetroFacto

    (@retrofacto)

    I shall keep testing. Thanks

    Plugin Contributor barinagabriel

    (@barinagabriel)

    Ok, let me know what happened!

    Thread Starter RetroFacto

    (@retrofacto)

    I can’t find any conflicts.

    There seems to be an issue in wppb.recover.password.php

    As, if I try to input two different values for password, nothing happens, there is no error shown.

    So the script isn’t finding it’s way through line 241:
    elseif ( 'POST' == $_SERVER['REQUEST_METHOD'] && !empty( $_POST['action2'] ) && $_POST['action2'] == 'recover_password2' && wp_verify_nonce($_POST['password_recovery_nonce_field2'],'verify_true_password_recovery2') ) {

    Thread Starter RetroFacto

    (@retrofacto)

    No, it’s my problem. Was something else in my code, not allowing the shortcode to recover password to be shown again after submitting the password change.

    My apologies.

    However, it would be nice to be able to automatically show the login box again after the user successfully updates their password.

    Is there a variable I can check for?

    Plugin Contributor barinagabriel

    (@barinagabriel)

    RetroFacto,

    can you please explain the following paragraph:

    However, it would be nice to be able to automatically show the login box again after the user successfully updates their password.

    Is there a variable I can check for?

    Gabriel

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[wppb-recover-password] Not working’ is closed to new replies.