• Resolved pesareiran

    (@pesareiran)


    Hi,

    I am in an endless loop of resetting password, getting the email, clicking the link, going back to reset password page.

    I have no SSL, the option is not on, I installed a fresh wordpress with only woocommerce on it and it still is the same. here is the link

    I tried copying fresh set of email templates to woocommerce folder.

    Unfortunately, none of those worked.

    I would appreciate any help I can get. this is really frustrating

    Thank you

    https://www.ads-software.com/plugins/woocommerce/

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Contributor Mike Jolley

    (@mikejolley)

    Any caching plugins/server caching here? A cookie is set and this is what changes the form; server caching could ignore this.

    Thread Starter pesareiran

    (@pesareiran)

    Dear Mike,

    That did it. Although I turned this off, the hosting server turned it on. I disabled caching and voila.

    I don’t know how to thank you.

    Kindest Regards,

    Sara

    After months of searching, it turns out WP Engine needs to whitelist certain pages for this to work. Yes, it’s finally working!

    kls

    (@katiesutton)

    m1k3k, I could kiss you right now. Good grief- I spent hours plugging and unplugging every single plugin on my complicated, very live commerce site. Plus you must test this live in the wee hours because you can’t try to recover a password with a coming soon curtain up, and, since WPEngine does not do the caching on their staging platform, it wasn’t even happening there. What a cluster! I really love WPEngine, but I feel they should have been on top of this one. Thank you so much for posting this!!!!

    SourceView

    (@virtality-marketing-solutions)

    Huge help guys! After hours and hours of the same struggle I can finally report back to my Client it’s been resolved. Surprised this wasn’t a known issue and curious how it started happening randomly within the last couple weeks.

    Thanks again!

    Just wanted to add my thanks to this thread. I too use WPEngine and requesting the /account/ page to be whitelisted did the trick.

    Cheers!

    Confirmed on my site as well. To be specific, WPEngine had to white list /my-account/ page on the latest version of Woo Commerce since they changed the endpoints. Thanks for help all!

    B

    Holy Hell!! I need HELP!! I forgot my password to get into my website. I filled out the “reset link” form and it stated that the reset link went to my email BUT it didn’t!! I checked my junk mail as well and there is no emails there either!! PLEASE HELP!! I am so far from being a computer genius!!!! Thank You!

    Hello christiechild:

    Source: https://www.ads-software.com/support/topic/password-not-recognized-1/

    This link shows you how to create a new admin through your database:
    Creating a new admin account via MySQL

    Make sure you copy all the code exactly.

    This assumes that your database table prefix is set to “wp_”.

    If you are using something different, then make sure to adjust your code accordingly.
    For example, if you are using “wptables_” instead of “wp_”, then the code
    “INSERT INTO wp_users“
    would be
    “INSERT INTO wptables_users“

    In the code they provide, you then have to change what is in ‘red’ (…on the actual page I’ve linked is the red colour) in this code:
    VALUES (‘newadmin’, MD5(‘pass123’), ‘firstname lastname’, ’[email protected]’, ‘0’);

    =======

    newadmin – this you change to the new username (do not use “admin”)
    pass123 – this you change to the new password
    firstname – this will be what it says, a first name
    lastname – this will be what it says, a last name
    [email protected] – this will be an email, but do not use the email you already have for the site or for your present admin

    =========

    Once the database updates, you can go to your wordpress login as normal and use the new admin login information to gain access.

    Reset the password for your old account and write down its username and password somewhere.
    Log out from the new admin and log in with your now-changed old one to see if it works.
    If it does, then you have the choice of either keeping both (a good fail-safe), deleting the new one, or deleting the new one.

    Just wanted to add a huge thankyou to the above users. I was stuck in this loop too, but have just spoken to WP-Engine and they’ve fixed it, as per instructions earlier in this thread.

    Thanks!!!

    Thankyou for this thread – helped me too – WP do rock but it would be useful for them to have this setup so have put a suggestion in re that.

    Thanks @m1k3k! I was banging my head trying to figure this one out.

    I asked WP Engine support for a “cache exclusion” on /my-account/ and it fixed the problem immediately. Cheers!

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Reset Password Loop’ is closed to new replies.