Skip to Content Skip to Menu

Possible bug when using Password reset

  • timstohr
  • timstohr
  • OFFLINE
  • Posts: 1091
  • Thanks: 56
  • Karma: 9
3 years 3 months ago #324843 by timstohr
Possible bug when using Password reset was created by timstohr
Hi Kyle,
I have discovered yesterday a possible bug that only occurs when a user is set to "Password reset". I have made you a video to show you what I am going on about: 1drv.ms/v/s!Ap2Qzya9x1hVj-xjgUWnUBra_9d0Qw?e=e9BMmI

Could you please have a look at it? I cannot use the password reset button in the backend because it breaks the frontend.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48236
  • Thanks: 8230
  • Karma: 1441
3 years 3 months ago #324855 by krileon
Replied by krileon on topic Possible bug when using Password reset
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.

Please Log in or Create an account to join the conversation.

  • timstohr
  • timstohr
  • OFFLINE
  • Posts: 1091
  • Thanks: 56
  • Karma: 9
3 years 3 months ago #324863 by timstohr
Replied by timstohr on topic Possible bug when using Password reset
Found the culprit. It was CB Activity automatic update of the notification module.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48236
  • Thanks: 8230
  • Karma: 1441
3 years 3 months ago #324864 by krileon
Replied by krileon on topic Possible bug when using Password reset
Strange, CB Activity should be exempt from the redirect. Have added a bug ticket to investigate further.

forge.joomlapolis.com/issues/8519


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.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum