I am trying to: use the recover function
Link to a page where the issue can be seen: hidden link
I expected to see: recover with the unique ID
Instead, I got: it automatically redirects to hidden link.
I use the [wpv-reset-password-form] as is. No redirect.
Hi there,
Thank you for waiting.
I noticed that your actual "Reset password" page ( hidden link ) had the permalink set to "hidden link".
(because it is a child page of the "Community" page)
But in the shortcode for the "Recover password" page ( hidden link ), the old/wrong permalink was used for the reset password page:
[wpv-forgot-password-form reset_password_url='[wpv-bloginfo show="url"]/reset/']
WordPress was automatically redirecting from old permalink to the new one, but some security information was getting lost, due to this redirection.
I've updated the shortcode to use the correct permalink and the password reset link is working now.
[wpv-forgot-password-form reset_password_url='[wpv-bloginfo show="url"]/community/reset/']
Note: I added a test user "tssupport" for testing, but it can be deleted now.
regards,
Waqar
My issue is resolved now. Thank you!