Buddypress password update form not posting
-
I’ve been digging around buddypress to figure out why the form from the members settings page is not posting correctly and users are not able to update their password/email from the general settings area in buddypress. I mucked around in the code and tried verifying the bp_settings_action_general method was actually getting called which it is but it seems something in buddypress is causing a redirect to a reloaded settings page before the original posted form is fully processed and hence the check for request_method is always a GET request and the bp_settings_action_general method is being terminated early since no information is ever posted to it. It’s a little strange that when logged in as administrator the form processes correctly.
I have already tried disabling all plugins besides buddypress to see if there was a conflict with another plugin forcing a redirect during form submission but I still had the same results. Can anyone point me in the right direction to further troubleshooting and fixing this issue? Thanks
- The topic ‘Buddypress password update form not posting’ is closed to new replies.