We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently an instance is identified by server, username and context. If the username changes an existing instance would not be found anymore.
1.) Login with user A 2.) Logout and login with user B 3.) Change username of user A 4.) Logout and login again with user A
Existing instance for user A should be loaded.
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
For migration reasons, we would need to keep the existing check for a while, to handle cases where an instance does not yet have the userId set.
Sorry, something went wrong.
Identify instance with user id instead of username
91a6c1b
Resolves #230
No branches or pull requests
Describe the bug
Currently an instance is identified by server, username and context. If the username changes an existing instance would not be found anymore.
To Reproduce
1.) Login with user A
2.) Logout and login with user B
3.) Change username of user A
4.) Logout and login again with user A
Expected behavior
Existing instance for user A should be loaded.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: