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
There is only one scenario I can think of where this could happen. Is it possible that the update wiped the database?
Even in the case of LDAP users we save user records to the database. And the user session is bound to the database id of the user.
So the following could happen: User FOO3 signs in and gets the database ID 2. An update is installed that wipes the database. FOO2 signs in and gets the database ID 2 in the newly created database. User FOO3's session is still valid, so no new sign-in is necessery. HDM now thinks FOO3 is FOO2.
sqlite DB:
User FOO3 logs in and sees account data from user FOO2.
After logout and new log in user FOO3 sees his own account.
Seems to be related to HDM update as no other changes were done.
The text was updated successfully, but these errors were encountered: