diff options
| author | cvium <clausvium@gmail.com> | 2023-05-26 19:40:40 +0200 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2023-05-26 19:40:40 +0200 |
| commit | 716bcc6410c91edd755ea294f5908b7f383fc326 (patch) | |
| tree | 37462a054ba2bea4545552bb14f5d3832f00f2be /Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs | |
| parent | 4a9bcbd626b6e7842902a77d4160fa300e6441f6 (diff) | |
chore: deprecate EasyPassword as it isn't very secure
Diffstat (limited to 'Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs')
| -rw-r--r-- | Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs b/Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs index 9bf1e6b80..0186500a1 100644 --- a/Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs +++ b/Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs @@ -127,7 +127,6 @@ namespace Jellyfin.Server.Migrations.Routines RememberSubtitleSelections = config.RememberSubtitleSelections, SubtitleLanguagePreference = config.SubtitleLanguagePreference, Password = mockup.Password, - EasyPassword = mockup.EasyPassword, LastLoginDate = mockup.LastLoginDate, LastActivityDate = mockup.LastActivityDate }; |
