mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Users unable to authenticate through web interface or Android app #582
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ajdunevent on GitHub (Apr 11, 2019).
Describe the bug
When accessing Jellyfin via the web interface or the Android app either within the local network or remotely, none of the users for which I have the password are able to authenticate. The server shows a message that says "Invalid user name or password. Please try again."
To Reproduce
Expected behavior
Users should be able to authenticate with their passwords.
Logs
Screenshots

System (please complete the following information):
Additional context

The "Forgot Password" function also doesn't seem to work. It creates the passwordreset4.json file just fine but the page to input the PIN looks like it's missing string translations and CSS and doesn't do anything when the PIN is submitted (PIN disappears, nothing else happens). See following image:
@anthonylavado commented on GitHub (Apr 12, 2019):
Hi @ajdunevent! Are you building from jellyfin-git on AUR? If so, please know that it is considered to be an unstable version, and it becomes slightly out of date as we approach a release (which is happening now).
As a result, a few of these issues are actually corrected when running something from our release-10.3.z branch, which is currently in RC2. When we get that release out, it will be backported to master, at which point it will probably work, then become unstable again soon.
@ajdunevent commented on GitHub (Apr 12, 2019):
Thanks! I am using jellyfin-git from the AUR. That was all that was available when I switched. I see now that there is a non-git version available. I'll give that a try later this evening and close this report or provide any new details at that time. I appreciate the feedback!
@ajdunevent commented on GitHub (Apr 12, 2019):
Thanks for the tip, @anthonylavado ! As you suspected, switching away from the -git version in the AUR solved my problems. Sorry for the unnecessary bug report!
@groenator commented on GitHub (Apr 20, 2019):
I have the same problem using jellyfin/jellyfin container image . Even after I reset the password, the user is not found. How can I fully reset the user?
@sparky8251 commented on GitHub (Apr 20, 2019):
@groenator Do you use nginx as a reverse proxy? If so see our latest docs on nginx settings. Have had users struggle to login until they change settings to what we now reccomend (the move to Kestrel changed the HTTP server and therefore proxy options).