Skip to content

Fix pseudoid, session lost, relogin screen not working when switching to new user

Ticket(s) / Related Merge Requests

#4173 (closed) #4171 (closed)

Summary of Changes

This MR solves the following issues

  • In some cases when you log in with an additional user it loses the session and shows the previous user as logged out
  • In some cases the pseudo_id is lost when switching users
  • The relogin screen is not working after the user is prompted to enter the password again (when switching users)

Testing Considerations

(Share which areas to focus on while testing this MR)

Regression Scope

Login and user switching

Platform Affected (web, mobile, etc)

Both

Developer Testing Completed

Tested on both platforms:

  • Login users
  • Switching users
  • Verified that the pseudo_id is not lost anymore.

Merge request reports