HA: Difference between revisions

24 bytes removed ,  1 month ago
Line 178:
* Unlock Account:
sqlite3 /var/lib/jellyfin/data/jellyfin.db
sqlite> UPDATE Users SET InvalidLoginAttemptCount = 0 WHERE Username = 'jellyfin';
sqlite> UPDATE Permissions SET Value = 0 WHERE Kind = 2 AND UserId IN (SELECT Id FROM Users WHERE Username = 'jellyfin');
sqlite> .exit
 
= Notifications =