Password login not working #519

Closed
opened 2026-02-06 19:47:52 +03:00 by OVERLORD · 2 comments
Owner

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

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
OVERLORD added the bug label 2026-02-06 19:47:52 +03:00
Author
Owner

@JustAMan commented on GitHub (Mar 14, 2019):

cc @LogicalPhallacy

@JustAMan commented on GitHub (Mar 14, 2019): cc @LogicalPhallacy
Author
Owner

@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:

cc @LogicalPhallacy https://github.com/LogicalPhallacy


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/jellyfin/jellyfin/issues/1109#issuecomment-472960628,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AqZgtsufdILVojkojCTs0gVM57dYVEE5ks5vWn58gaJpZM4bzOEg
.

--
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.

* Dream, in SANDMAN #60: "The Kindly Ones:4"
@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: > cc @LogicalPhallacy <https://github.com/LogicalPhallacy> > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/jellyfin/jellyfin/issues/1109#issuecomment-472960628>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AqZgtsufdILVojkojCTs0gVM57dYVEE5ks5vWn58gaJpZM4bzOEg> > . > -- 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. * Dream, in SANDMAN #60: "The Kindly Ones:4"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#519