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 /MediaBrowser.Model/Dto | |
| parent | 4a9bcbd626b6e7842902a77d4160fa300e6441f6 (diff) | |
chore: deprecate EasyPassword as it isn't very secure
Diffstat (limited to 'MediaBrowser.Model/Dto')
| -rw-r--r-- | MediaBrowser.Model/Dto/UserDto.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Dto/UserDto.cs b/MediaBrowser.Model/Dto/UserDto.cs index 256d7b10f..05019741e 100644 --- a/MediaBrowser.Model/Dto/UserDto.cs +++ b/MediaBrowser.Model/Dto/UserDto.cs @@ -66,6 +66,7 @@ namespace MediaBrowser.Model.Dto /// Gets or sets a value indicating whether this instance has configured easy password. /// </summary> /// <value><c>true</c> if this instance has configured easy password; otherwise, <c>false</c>.</value> + [Obsolete("Easy Password has been replaced with Quick Connect")] public bool HasConfiguredEasyPassword { get; set; } /// <summary> |
