I've 4 test installs. 1 from our GIT. 1 as regular install. 1 is Joomla 3. 1 is Joomla 4. All 4 have over 1 million users. We're consistently testing CB against sites larger than 99% of our userbase. I don't think the number of users is relevant here. I think there's just a conflict of some kind happening.All I can say about testing results is that you don't have over 25,000 test cases (site members) like I do.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The following triggers will be fired during forgot login for password.When a user requests a password reset, which event is triggered when the password is actually modified with a temporary password in the user's profile?
onBeforeUserUpdate
onBeforeUpdateUser
onAfterUserUpdate
onAfterUpdateUser
onBeforeNewPassword
onNewPassword
onStartNewPassword
Backend triggers aren't used here so it shouldn't matter. There's nothing I can suggest without a reliable way to reproduce this. I've yet to see any issues with forgot login in my tests. If you can find a way to reliably cause this problem over and over we can investigate further to see what's going on.Our current Auto Actions that trigger on profile saving all trigger on both the UserUpdate (front end) and UpdateUser (back end) events, some Before, some After. I am trying to ascertain whether if we were to omit the UpdateUser (back end) events it would that alleviate the issue.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.