diff options
| author | cvium <clausvium@gmail.com> | 2021-10-07 23:20:54 +0200 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2021-10-07 23:20:54 +0200 |
| commit | 3add805cbfe5b0ca3e45172529dbd41a4dc461f7 (patch) | |
| tree | 9c9f4566904ef64669fc235d821d3b4ff484b692 | |
| parent | 93198787d18d2a7c0c5dda709af17cc56b87f5cd (diff) | |
Return the path to the pinfile in forgot password
| -rw-r--r-- | Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs b/Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs index 6e98ad863..25ef01dce 100644 --- a/Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs +++ b/Jellyfin.Server.Implementations/Users/DefaultPasswordResetProvider.cs @@ -123,6 +123,7 @@ namespace Jellyfin.Server.Implementations.Users { Action = ForgotPasswordAction.PinCode, PinExpirationDate = expireTime, + PinFile = filePath }; } |
