mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #15254] [MERGED] Update password reset to always return the same response structure #14268
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/15254
Author: @thornbill
Created: 10/27/2025
Status: ✅ Merged
Merged: 11/1/2025
Merged by: @crobibero
Base:
release-10.11.z← Head:password-reset📝 Commits (3)
c2665e2Update password reset to always return the same response structure6c95282Use hash of username for password reset filenamee8d7891Simplify and standardize password reset file📊 Changes
4 files changed (+41 additions, -32 deletions)
View changed files
📝
Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs(+23 -17)📝
Jellyfin.Server.Implementations/Users/UserManager.cs(+12 -12)📝
MediaBrowser.Controller/Authentication/IPasswordResetProvider.cs(+2 -3)📝
MediaBrowser.Model/Users/ForgotPasswordAction.cs(+4 -0)📄 Description
Changes
Fixes user enumeration via password reset. The password reset process would return different responses based on whether a user account exists or not allowing enumeration of all existing user accounts.
Credit for discovery to @maru801 and Carlos García-Olalla Olivera
Issues
Security issue reported via email
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.