aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2023-05-29 18:37:26 -0600
committerGitHub <noreply@github.com>2023-05-29 18:37:26 -0600
commitcfca6fc56ea56e42833ea7d46e7fb90bb7e4dce0 (patch)
treee89fc97f76434c730879cdcd3b37681b6b907dc1 /Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs
parentc14a6f53668743a870a37a69f345c24d72e86219 (diff)
parent3bdef7207c39d077c8548006ae4a545e2fa27dae (diff)
Merge pull request #9820 from cvium/deprecate_easypassword
Diffstat (limited to 'Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs')
-rw-r--r--Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs b/Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs
index 960195467..cefbd0624 100644
--- a/Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs
+++ b/Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs
@@ -114,8 +114,6 @@ namespace Jellyfin.Server.Implementations.Users
await JsonSerializer.SerializeAsync(fileStream, spr).ConfigureAwait(false);
}
- user.EasyPassword = pin;
-
return new ForgotPasswordResult
{
Action = ForgotPasswordAction.PinCode,