• Resolved hadiuldev

    (@hadiuldev)


    go to the link (https://wpreloadhero1.wpengine.com/login/) and try to username as a “hadiul” and any wrong password. in the error message the cross icon is overlapping and for “Lost your password?” how can I redirect “password-reset” page

    • This topic was modified 2 years, 11 months ago by hadiuldev.
    • This topic was modified 2 years, 11 months ago by hadiuldev.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Aswin Giri

    (@aswingiri)

    Hello @hadiuldev

    Please try adding this code snippet to your theme’s functions.php or use a plugin called “Code snippet”.

    add_filter( 'lostpassword_url',function($lostpassword_url, $redirect ){
    	return um_get_core_page('password-reset');
    },11,2);
    Thread Starter hadiuldev

    (@hadiuldev)

    hi, @aswingiri added but still not working!

    Plugin Support Aswin Giri

    (@aswingiri)

    Hello @hadiuldev

    I tested the code and it seems to work fine on my end, can you try to clear the cache or try on incognito mode.

    If that does not work even after clearing cache, try to change priority to a higher number like this:

    add_filter( 'lostpassword_url',function($lostpassword_url, $redirect ){
    	return um_get_core_page('password-reset');
    },30,2);
    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hello @hadiuldev

    Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. ??

    Regards,

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘um-notice err um-error-code-incorrect_password’ is closed to new replies.