mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #1372] [MERGED] Fix broken pin in 10.3.z #8742
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/1372
Author: @DrPandemic
Created: 5/12/2019
Status: ✅ Merged
Merged: 5/15/2019
Merged by: @joshuaboniface
Base:
release-10.3.z← Head:fix-pin📝 Commits (1)
c22068dFix pin bug introduced in 10.3.z.📊 Changes
2 files changed (+4 additions, -4 deletions)
View changed files
📝
Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs(+3 -3)📝
Emby.Server.Implementations/Library/UserManager.cs(+1 -1)📄 Description
Changes
The new
EasyPasswordformat contains the hash and the hashing function. This PR uses thePasswordHashto extract the actual hash.Issues
Closes https://github.com/jellyfin/jellyfin/issues/1326
Maybe helps https://github.com/jellyfin/jellyfin/issues/1329 but not 100% sure.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.