[PR #1372] [MERGED] Fix broken pin in 10.3.z #8742

Closed
opened 2026-02-07 05:49:35 +03:00 by OVERLORD · 0 comments
Owner

📋 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.zHead: fix-pin


📝 Commits (1)

  • c22068d Fix 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 EasyPassword format contains the hash and the hashing function. This PR uses the PasswordHash to 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/1372 **Author:** [@DrPandemic](https://github.com/DrPandemic) **Created:** 5/12/2019 **Status:** ✅ Merged **Merged:** 5/15/2019 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `release-10.3.z` ← **Head:** `fix-pin` --- ### 📝 Commits (1) - [`c22068d`](https://github.com/jellyfin/jellyfin/commit/c22068d6b1b84e54521d7ce31b3dac43eeb1e92e) Fix pin bug introduced in 10.3.z. ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/DefaultAuthenticationProvider.cs` (+3 -3) 📝 `Emby.Server.Implementations/Library/UserManager.cs` (+1 -1) </details> ### 📄 Description **Changes** The new `EasyPassword` format contains the hash and the hashing function. This PR uses the `PasswordHash` to 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 05:49:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#8742