-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
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
Accounts with user ids containing forward slashes can't be loaded correctly #842
Comments
I was about to say that forward slashes in user ids are a deprecated legacy but no ;( |
Okay, I think I understand at least a part of the challenge - there's plenty of places where they key is joined with the group name and |
A bigger problem is with |
Reported as https://bugs.kde.org/show_bug.cgi?id=491252
The user id is used as a key for QSettings, which uses forward slashes as separators. When listing the account, wrong groups are thus returned.
We need to somehow come up with a way of escaping forward slashes while not breaking existing logged-in accounts (at least those that do not contain forward slashes; for the other ones, logging in again is probably inevitable but also not problematic. I haven't been able to come up with a nice way to do that yet.
The text was updated successfully, but these errors were encountered: