• Resolved nils235

    (@nils235)


    Hi there,

    after changing the password (succesfully, URL has updated=password_changed in it) there is no confirmation message.

    What should have happened, maybe is a forward to login page displaying the “successfully changed” message, no?

    It doesn’t. Could you look into this, maybe?

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

    (@aswingiri)

    Hello @nils235

    The user is supposed to be redirected to the login page after the password is changed. You should be redirected to a page similar to https://yourwebsite.com/login/?updated=password_changed

    If you are not getting above explained behavior, please try the following code snippet:

    add_action( 'um_after_changing_user_password', function($user_id){
    	exit( wp_redirect( um_get_core_page( 'login', 'password_changed' ) ) );
    },80 );

    If you have cache enabled on your site, please make sure you exclude all UM pages from the cache.

    Thread Starter nils235

    (@nils235)

    Hey Aswin,

    thanks for your reply, that’s how I fixed it, but I thought it might be a general problem with UM? It didn’t even try to forward, and UM is already excepted from WP Rocket..

    Any ideas?

    Thanks in advance,

    nils

    Plugin Support Aswin Giri

    (@aswingiri)

    UM can have issues if UM pages are cached, we recommend you exclude UM pages from the cache. Please have a look at this article.

    Plugin Support Ultimate Member Support

    (@ultimatemembersupport)

    Hey there!

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    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 ‘Reset password: no confirmation message after pw reset’ is closed to new replies.