• Resolved anonymized-14293447

    (@anonymized-14293447)


    I normally have a lost password filter that sends user to a default login.php

    add_filter('lostpassword_url','lostpassword_url_default', 50, 2);
    function lostpassword_url_default(){
        $args = array( 'action' => 'lostpassword' );
        return add_query_arg( $args, network_site_url('wp-login.php', 'login') );
    }

    but suddenly now users get redirected to WpForo. I don’t want that, please advice on why this happened and what to change. Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Tomdever

    (@tomdever)

    Please update wpForo to 1.4.1 version, it’s just released. Then navigate to Dashboard > Forums > Settings > Features admin page and disable “Replace WP Reset Password URL to Forum reset password page” option.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    that was easy to find, and it was enabled, but disabling it didn’t solve the issue

    Plugin Author gVectors Team

    (@gvectors-team)

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    ….all right I have no problem waiting for next update instead of doing that trick you mentioned in the link above. Thank you for being always on alert.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    I confirm that the new update resolved this password redirect issue, but created a new one: users cannot login anymore from /?wpforo=signin

    Plugin Author gVectors Team

    (@gvectors-team)

    We use the same wpForo on our community, and users login w/o any issue:
    https://wpforo.com/community/recent/?wpforo=signin
    Please explain what do you mean saying “cannot login”. Is there error or something else? Maybe you’ve installed captcha plugin which is not compatible with wpForo login form. This is a site specific issue for sure, wpForo login works just fine on all our websites.

    Thread Starter anonymized-14293447

    (@anonymized-14293447)

    no errors, just the button doesn’t work. I have no captcha plugin.
    Try here with Jane Doe + testjane. You’ll see nothing happens.

    Plugin Author gVectors Team

    (@gvectors-team)

    This is not wpForo login form problem. All actions are stuck on your page. Some JS process is going on and affects all elements. This should be fixed outside of wpForo.
    The bell also doesn’t work for me. I recommend deactivate all plugins, delete all caches and purge CDN (if you have). If it doesn’t helped, this is a theme issue.

    • This reply was modified 7 years, 4 months ago by gVectors Team.
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘lost password redirect’ is closed to new replies.