The Problem: > When a user changes their password or email via the "Account" tab in the wpForo Member Profile, it breaks the synchronization with Simple Membership, and the user is unable to log in anymore (session conflict).
What I have already done:
-
I set the "Custom Authorization URLs" (Login, Register, Reset Password) to point to my Simple Membership pages.
-
I disabled "Replace Registration/Login/Reset Password URL" in wpForo settings.
The Issue: Despite these settings, the "Account" tab is still visible in the Member Profile, allowing users to change their password internally in wpForo.
My Question: Is there a way (via settings or a code snippet for functions.php) to:
-
Completely hide/disable the "Account" tab from the Member Profile menu?
-
Or redirect the "Account" tab directly to a custom URL (my Simple Membership profile page)?
I want to keep the "Profile" and "Activity" tabs, but I need to stop users from editing their account data inside the forum.
Best regards."