• Resolved WTHeel

    (@wtheel)


    Just updated to Version 1.6.6. My new registration email no longer works properly because the [password_url] shortcode produces an incorrect URL. It is encoding symbols in the email address, which prevents the matching required to validate the key.

    Can’t imagine I will be the only one this messes up, so I’d say this requires an urgent update.

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

    (@voltronik)

    Hi @wtheel,
    Thanks for your message.

    I can confirm that this is a bug. It appears to be a possible issue with the recent 4.8 release of WordPress.

    I’m working on a fix as a matter of priority.

    Thanks,
    Jack

    Thread Starter WTHeel

    (@wtheel)

    Thanks. For anyone who needs a quick fix, this does the trick:

    $login = urldecode($_POST["login"]);

    I use a custom registration flow and I do the validation in a page template (page-reset.php).

    • This reply was modified 7 years, 4 months ago by WTHeel.
    Plugin Author bnfw

    (@voltronik)

    Hi @wtheel,
    After further testing I can confirm that this is not a bug.

    BNFW uses the same code as WordPress core and the URL is exactly the same when BNFW is either enable or disabled. Further to this, both URLs work correctly and the encoding is working as expected.

    It sounds like the issue may be in your custom registration flow instead but if you find anything else to do with BNFW, please let me know.

    Thanks,
    Jack

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Password URL Not Working in Latest Version’ is closed to new replies.