Password reset functionality is entirely handled by Joomla. All we do is tell Joomla to use CB profile edit instead of Joomla profile edit. This is done using the following global Joomla app settings.
site_reset_password_override = 1
site_reset_password_option = com_comprofiler
site_reset_password_view = userdetails
site_reset_password_layout = (empty)
site_reset_password_tasks = com_comprofiler/userdetails,com_comprofiler/saveuseredit,com_comprofiler/logout,com_comprofiler/fieldclass
Beyond that we have absolutely no control over the reset password functionality. To me it looks like you've something trying to load via ajax in a popup or dropdown of some kind that's being caught by the reset password redirect. Your issue would be present whether you used CB or not. The extensions you're using for those ajax behaviors would need to implement support for Joomla's password reset functionality likely by outputting nothing if a password is being reset.
I suggest for your site since you've extensions not aware of Joomla's reset password feature to just not use that feature.
Kyle (Krileon)
Community Builder Team Member
Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums
CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.