-
Notifications
You must be signed in to change notification settings - Fork 30
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
Deleting a SSO-generated user from Jellyfin prevents account from working #98
Comments
To add in here: |
Is there a way to 'reset' those connections without purging / reinstalling Jellyfin? |
Yes. If you stop Jellyfin, edit the plugin configuration file |
I deleted all entries within |
If anyone runs into this again, when you remove CanonicalLinks and you don't have any entries left, make sure it's not
and instead you use
Otherwise your entire configuration is going to get wiped and you'll have to fill it out again. |
That's really weird and also probably Jellyfin's fault, as we use their serializer for most of the XML stuff. |
Describe the bug
After creating a user using SSO, if that user is deleted, they can no longer login (even if they still have permissive access – i.e., are still allowed to access Jellyfin per roles).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Their account would be reinstated or a new one would be created with the proper attributes.
Additional context
Much of the discussion starting at my first post in #96 could be relevant.
The text was updated successfully, but these errors were encountered: