2024-11-09, 09:51 AM
(This post was last modified: 2024-11-09, 09:54 AM by TheYang. Edited 2 times in total.)
Hey there, not sure how to act right now, I cannot log in to my jellyfin server, running through docker.
in /etc/jellyfin/system.xml the flag IsStartupWizardComplete was already set to false without my intervention, but no startup wizard shows up (also not in incognito windows)
i've tried setting it to true, and I cannot log in with old users or get a wizard either.
resetting it to false didn't do anything either.
I've also found these instructions: https://jellyfin.org/docs/general/admini...er-account
where I ran:
sudo sqlite3 /var/lib/jellyfin/data/jellyfin.db
SELECT Permissions.Value,Permissions.Kind,Users.Username FROM Permissions INNER JOIN Users ON Permissions.UserID = Users.Id;
which retuns nothing at all
same with "SELECT * FROM Users;" returning nothing
If there are new filters for users with insufficient passwords - I probably ran into those.
pastebin since the update:
https://pastebin.com/v1R69Kb0
Any ideas on how to proceed?
in /etc/jellyfin/system.xml the flag IsStartupWizardComplete was already set to false without my intervention, but no startup wizard shows up (also not in incognito windows)
i've tried setting it to true, and I cannot log in with old users or get a wizard either.
resetting it to false didn't do anything either.
I've also found these instructions: https://jellyfin.org/docs/general/admini...er-account
where I ran:
sudo sqlite3 /var/lib/jellyfin/data/jellyfin.db
SELECT Permissions.Value,Permissions.Kind,Users.Username FROM Permissions INNER JOIN Users ON Permissions.UserID = Users.Id;
which retuns nothing at all
same with "SELECT * FROM Users;" returning nothing
If there are new filters for users with insufficient passwords - I probably ran into those.
pastebin since the update:
https://pastebin.com/v1R69Kb0
Any ideas on how to proceed?