2024-04-23, 11:48 AM
(This post was last modified: 2024-04-23, 12:01 PM by dwjelly. Edited 1 time in total.)
I somehow locked myself out of the admin account. I was creating other accounts and then tried to get into admin, and it failed. I tried the password reset and it did not work. The account is disabled. I have tried to follow along to the reset admin account instructions but seem to be at a standstill. When I access the database with the command sqlite3 /var/lib/jellyfin/data/jellyfin.db and then ...
UPDATE Users SET InvalidLoginAttemptCount = 0 WHERE Username = 'LockedUserName';
UPDATE Permissions SET Value = 0 WHERE Kind = 2 AND UserId IN (SELECT Id FROM Users WHERE Username = 'LockedUserName');
.exit
Nothing seems to happen. It just stays on the database tool. How do I get past this?
Thanks for any input on this.
UPDATE Users SET InvalidLoginAttemptCount = 0 WHERE Username = 'LockedUserName';
UPDATE Permissions SET Value = 0 WHERE Kind = 2 AND UserId IN (SELECT Id FROM Users WHERE Username = 'LockedUserName');
.exit
Nothing seems to happen. It just stays on the database tool. How do I get past this?
Thanks for any input on this.