aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs
diff options
context:
space:
mode:
authorcvium <clausvium@gmail.com>2023-05-26 19:40:40 +0200
committercvium <clausvium@gmail.com>2023-05-26 19:40:40 +0200
commit716bcc6410c91edd755ea294f5908b7f383fc326 (patch)
tree37462a054ba2bea4545552bb14f5d3832f00f2be /Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs
parent4a9bcbd626b6e7842902a77d4160fa300e6441f6 (diff)
chore: deprecate EasyPassword as it isn't very secure
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,