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
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:
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: