Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Georgian Cocora

    (@raster02)

    Hello @pchenriques,

    You can filter that URL with a snippet of custom code:

    add_filter( 'login_url', 'wppbc_filter_login_url_template_tag', 10, 3 );
    function wppbc_filter_login_url_template_tag( $login_url, $redirect, $force_reauth ) {
        return home_url( '/login' );
    }

    Try this out and let me know if it worked.

    Regards.

    Thread Starter Pedro Cavaco Henriques

    (@pchenriques)

    Hello @raster02

    Perfect! Thanks ??

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Addressing after password reset’ is closed to new replies.