mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Password login not working #519
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 @platinum55 on GitHub (Mar 14, 2019).
I followed the build instructions for docker and created a user in the fresh system, which was working. The user cannot login and in the logfile I found this:
[2019-03-14 04:50:40.173 +00:00] [ERR] Error authenticating with provider "Default"
System.Exception: Requested crypto method not available in provider: PBKDF2
at Emby.Server.Implementations.Library.DefaultAuthenticationProvider.Authenticate(String username, String password, User resolvedUser)
at Emby.Server.Implementations.Library.UserManager.AuthenticateWithProvider(IAuthenticationProvider provider, String username, String password, User resolvedUser)
[2019-03-14 04:50:40.176 +00:00] [INF] Authentication request for "test" "has been denied".
[2019-03-14 04:50:40.179 +00:00] [ERR] Invalid user or password entered.
I found that the password was set in the database but the login is somehow unable to read it .
I used the latest code (git clone) and a fresh docker install
@JustAMan commented on GitHub (Mar 14, 2019):
cc @LogicalPhallacy
@LogicalPhallacy commented on GitHub (Mar 14, 2019):
I'll look into this tonight. I think I know whats up.
On Thu, Mar 14, 2019 at 9:53 AM Vasily notifications@github.com wrote:
--
It has always been the prerogative of children and half-wits to point out
that the emperor has no clothes. But the half-wit remains a half- wit, and
the emperor remains an emperor.