You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I remember correctly, I had this problem. The solution was to unset Dashboard page from Settings/Accounts in LifterLMS. Then WC take care of proper password reset.
Reproduction Steps
Use Woocommerce to reset user passwords
Expected Behavior
The result when I land on the page should be the form that allows me to change the password
Actual Behavior
The form for requesting a password reset.
I noticed something when checking the code of both woocommerce and lifterlms
After clicking the link on the page, the added parameter, in url, is ?reset-pass=1 which seems to be generated by this function:
This parameter does not allow you to view the password reset form, but the reset request form is displayed again.
Indeed, Woocommerce checks that the URL contains the ?show-reset-form=true parameter to display the password reset form.
This issue has be recreated:
The text was updated successfully, but these errors were encountered: