Skip to content

Fix multiuser issues when deactivating or deleting an account #4322 #4344

Ticket(s) / Related Merge Requests

#4322 (closed) #4344 (closed)

Summary of Changes

  • Solved the issue when deactivating or deleting an account with many accounts logged in.
  • Separated the active session index and the session data in storage to avoid saving all the information again just to change the active user

Testing Considerations

  • Log in with multiple accounts
  • Deactivate or delete the account from Settings -> Other
  • The user must be removed correctly from the list (logged out) and it should switch to another user

Regression Scope

It may affect the sessions functionality

Platform Affected (web, mobile, etc)

Android & iOS

Developer Testing Completed

(What has been tested already?)

Screenshots

Simulator_Screen_Shot_-iPhone_13-_2022-07-06_at_15.57.59

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode
Edited by Martin Santangelo

Merge request reports