Whenever someone on my website tries to reset his/her password they get redirected to the following link /lost-password/. But this link does not sem to be working it takes me to the websites homepage. Any idea why this is? Im using wordpress multisites by the way.
相关问题
- Display product ACF field value in Woocommerce tra
- Adding a custom button after add to cart button in
- How to add a “active” class to a carousel first el
- Setting custom order statuses as valid for payment
- change the font size in tag cloud
相关文章
- wordpress新增页面如何个性化设置
- select query in wordpress
- Get WooCommerce featured products in a WP_Query
- Woocommerce update shipping methods in checkout vi
- Change order status just after payment in WooComme
- Publishing or uploading failed. Error message: “Th
- Facebook Login With WP JWT Auth
- Wordpress development process
Try this if you are using woocomerce plugin.
Try going to WooCommerce > Settings > Advanced and making sure the lost password section has an endpoint
Had the same, or similar problem. Found that it was a caching problem on the server, as shown here: https://www.anterik.com/solved-wordpress-woocommerce-reset-password-form-not-working/
I contacted my hosting provider and they set up a caching ignore rule on all URL's starting with /my-account/, which solved the issue.