Viewing 1 replies (of 1 total)
  • bkjproductions

    (@bkjproductions)

    For me, the “Lost password” link shows up under the login form, but it does not work.

    So, I followed instructions from the FAQ tab here, adding this to my functions.php:

    function jfm_forcelogin_bypass( $bypass, $visited_url ) {

    if ( is_page('my-account') ) {
    $bypass = true;
    }
    return $bypass;
    }
    add_filter( 'v_forcelogin_bypass', 'jfm_forcelogin_bypass', 10, 2 );

    For myself, I was not sure if the lost-password link was inaccessible due to the use of WooCommerce, which sort of takes over the login screen.

Viewing 1 replies (of 1 total)

The topic ‘Lost password url’ is closed to new replies.