Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Solved] Lost your password bug

2 Posts
2 Users
0 Reactions
9,763 Views
Posts: 1
Topic starter
(@puneet)
New Member
Joined: 9 years ago

Hello

Users can't reset the password. Its redirecting to 404 page not found. While i found -  http://www.website.com/wp-login.php?action=lostpassword&redirect_to=http://www.website.com/community/?wpforo=signin is giving the error where as when i remove http:// from the link then every thing is working find -  http://www.website.com/wp-login.php?action=lostpassword&redirect_to=www.website.com/community/?wpforo=signin - how to i set this up ? 

1 Reply
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

This is not wpForo bug. This issue comes from your website. The theme or a plugin has already changed password reset page, It's currently located here:

https://www.website.com/forgot-password/

And it doesn't allow wpForo to open the default WordPress password reset page.

SOLUTION:

Please navigate in Dashboard > Forums > Settings > Members admin page. Find the "Custom Authorization URLs:" option and put /forgot-password/ in "Lost Password URL" field. Then save, delete cache and check it using other browser to test (the old redirection may be cached in browser).