mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3100] [CLOSED] Minor improvements to password reset #9344
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/3100
Author: @dkanada
Created: 5/13/2020
Status: ❌ Closed
Base:
master← Head:password-reset📝 Commits (2)
9b09745minor improvements to password resetc4811deMerge 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.