You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With our recently added functionality for forcing a password reset if logging in with the temporary password, if you refresh the page, the portal will remain in the password reset state, but will fail to submit correctly as the temporary password is no longer present.
In that situation, let's instead just skip the password reset step and load the portal as normal. The customer can then complete a new password reset the next time they log in as required.
Updated events
As part of this change, let's also update our signin event to include a boolean flag for whether the customer needs to complete a forced password reset or not. Let's also add a new event for when the forced password reset has been completed.
The text was updated successfully, but these errors were encountered:
Released in Elements 1.40.0-beta.1. @adamjudd for the content protection script, the signin event will now include event.detail.forcePasswordReset boolean. There's also now a new event of type passwordreset – portal will fire that event in two situations:
Customer completed the password reset: event.detail.result will equal completed.
Customer skipped the password reset: event.detail.result will equal skipped.
Details
With our recently added functionality for forcing a password reset if logging in with the temporary password, if you refresh the page, the portal will remain in the password reset state, but will fail to submit correctly as the temporary password is no longer present.
In that situation, let's instead just skip the password reset step and load the portal as normal. The customer can then complete a new password reset the next time they log in as required.
Updated events
As part of this change, let's also update our
signin
event to include a boolean flag for whether the customer needs to complete a forced password reset or not. Let's also add a new event for when the forced password reset has been completed.The text was updated successfully, but these errors were encountered: