[PR #3100] [CLOSED] Minor improvements to password reset #9344

Closed
opened 2026-02-07 06:00:34 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3100
Author: @dkanada
Created: 5/13/2020
Status: Closed

Base: masterHead: password-reset


📝 Commits (2)

  • 9b09745 minor improvements to password reset
  • c4811de Merge branch 'master' into password-reset

📊 Changes

9 files changed (+114 additions, -113 deletions)

View changed files

📝 Emby.Server.Implementations/Library/DefaultPasswordResetProvider.cs (+61 -46)
📝 Emby.Server.Implementations/Library/UserManager.cs (+18 -23)
📝 Emby.Server.Implementations/Localization/Core/en-US.json (+1 -0)
📝 MediaBrowser.Api/UserService.cs (+12 -11)
📝 MediaBrowser.Controller/Authentication/IPasswordResetProvider.cs (+8 -4)
📝 MediaBrowser.Controller/Library/IUserManager.cs (+6 -12)
📝 MediaBrowser.Model/Configuration/ServerConfiguration.cs (+3 -0)
📝 MediaBrowser.Model/Users/CodeRedeemResult.cs (+2 -8)
📝 MediaBrowser.Model/Users/ForgotPasswordResult.cs (+3 -9)

📄 Description

No description provided


🔄 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/3100 **Author:** [@dkanada](https://github.com/dkanada) **Created:** 5/13/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `password-reset` --- ### 📝 Commits (2) - [`9b09745`](https://github.com/jellyfin/jellyfin/commit/9b09745c6f2783db5eea5327db2ffca3906f5cac) minor improvements to password reset - [`c4811de`](https://github.com/jellyfin/jellyfin/commit/c4811de9e5151c2641c38f02fda6064daa08a811) Merge branch 'master' into password-reset ### 📊 Changes **9 files changed** (+114 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Library/DefaultPasswordResetProvider.cs` (+61 -46) 📝 `Emby.Server.Implementations/Library/UserManager.cs` (+18 -23) 📝 `Emby.Server.Implementations/Localization/Core/en-US.json` (+1 -0) 📝 `MediaBrowser.Api/UserService.cs` (+12 -11) 📝 `MediaBrowser.Controller/Authentication/IPasswordResetProvider.cs` (+8 -4) 📝 `MediaBrowser.Controller/Library/IUserManager.cs` (+6 -12) 📝 `MediaBrowser.Model/Configuration/ServerConfiguration.cs` (+3 -0) 📝 `MediaBrowser.Model/Users/CodeRedeemResult.cs` (+2 -8) 📝 `MediaBrowser.Model/Users/ForgotPasswordResult.cs` (+3 -9) </details> ### 📄 Description _No description provided_ --- <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 06:00:34 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9344