[PR #4209] [MERGED] Add Dto to ForgotPassword #9945

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4209
Author: @cvium
Created: 9/25/2020
Status: Merged
Merged: 9/25/2020
Merged by: @Bond-009

Base: masterHead: fix_forgotpassword


📝 Commits (1)

  • fed58a0 Add Dto to ForgotPassword

📊 Changes

2 files changed (+19 additions, -3 deletions)

View changed files

📝 Jellyfin.Api/Controllers/UserController.cs (+3 -3)
Jellyfin.Api/Models/UserDtos/ForgotPasswordDto.cs (+16 -0)

📄 Description

Json deserializer can't extract the "enteredUsername" value. Added a Dto to deserialize to instead.


🔄 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/4209 **Author:** [@cvium](https://github.com/cvium) **Created:** 9/25/2020 **Status:** ✅ Merged **Merged:** 9/25/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix_forgotpassword` --- ### 📝 Commits (1) - [`fed58a0`](https://github.com/jellyfin/jellyfin/commit/fed58a0327efe29905376cdbdd3e51b0a9598bfe) Add Dto to ForgotPassword ### 📊 Changes **2 files changed** (+19 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/UserController.cs` (+3 -3) ➕ `Jellyfin.Api/Models/UserDtos/ForgotPasswordDto.cs` (+16 -0) </details> ### 📄 Description Json deserializer can't extract the "enteredUsername" value. Added a Dto to deserialize to instead. --- <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:11:15 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9945