• Resolved alemarengo84

    (@alemarengo84)


    Plugin suggests me to use [reset_pass_url] but it doesn’t work at all.
    Instead, [reset_url] seems to redirect to the login page, not the reset link.
    How to fix? Any update?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter alemarengo84

    (@alemarengo84)

    Note: [reset_pass_url] does NOT work within Reset Password Email Settings. Why?
    In fact, leaving default settings, it is already set [reset_url].
    In any case, it won’t work at all in my config. It occurs the sent email include a wrong link. Not the one correctly included when I send standard welcome email.
    Maybe a security plugin conflict?

    • This reply was modified 2 years, 7 months ago by alemarengo84.
    Plugin Author David Vongries

    (@davidvongries)

    Hi @alemarengo84,

    we might have a plugin conflict here – can you try to temporarily disable all other 3rd party plugins to see if it works? If it does, you can turn the plugins back on one by one to check which plugin is causing the conflict.

    Thanks for troubleshooting.

    Same error here. In my case reset_pass_url shortcode is not working on Recover Pass Email but it’s working if I try it in welcome email. Any ideas?

    Plugin Author David Vongries

    (@davidvongries)

    [reset_url] will be replaced with the next release with backwards compatibility in place so [reset_pass_url] should be used across the board and will render the correct link respectively.

    The update is going live later today. Thank you for reporting this!

    Thread Starter alemarengo84

    (@alemarengo84)

    Please,
    be aware also of those plugins that, for security reasons, create a custom link for resetting password.
    That’s my case (see above): I fixed my issue thanks to my dev help.

    Thanks a lot @davidvongries
    I had just updated the plugin and now it works like a charm!

    Thread Starter alemarengo84

    (@alemarengo84)

    Hi.
    Came back to tell you how my issue was fixed:
    by commenting row 155 of the file class-settings-output.php and uncommenting the previous line:
    $reset_url = network_site_url("wp-login.php?action=rp&key=$key&login=" . rawurlencode($user_login), 'login’);
    This lets the security plugin to generate the correct reset password link.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[reset_url] or [reset_pass_url]’ is closed to new replies.