• I’ve gone ahead with WPEngine’s support and had several of the urls excluded from cache, as seen here:

    • path: ^/login*
    • path: ^/logout*
    • path: ^/register*
    • path: ^/lostpassword*
    • path: ^/resetpass*
    • path: ^/dashboard*
    • path: ^/resetpass/?key=
    • path: ^/lostpassword/?error=invalidkey*

    These cache exclusions almost work, except after you actually reset your password and save it, it then redirects you to the /lostpassword/?error=invalidkey and the error of

    Error: Your password reset link appears to be invalid. Please request a new link below.

    However, the password has been successfully updated. You would think this would redirect you to the /login page perhaps?

    Any insights?

Viewing 1 replies (of 1 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    path: ^/resetpass/?key=
    path: ^/lostpassword/?error=invalidkey*

    I’m not sure why these two would be needed as you already have the wildcards above. Have you actually confirmed caching is not happening by checking the response headers?

Viewing 1 replies (of 1 total)

The topic ‘Lostpassword / Reset / Wpengine’ is closed to new replies.