diff options
| author | crobibero <cody@robibe.ro> | 2021-04-22 06:49:54 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2021-04-22 06:49:54 -0600 |
| commit | 940c30081ef8b9290d9f3c24b5529b2e593f924c (patch) | |
| tree | e419e06614e423646deb5dfb6e17a43968f3cf59 /MediaBrowser.Controller/Session/AuthenticationRequest.cs | |
| parent | 856819e58f79bdfce3433a9080e673187a4a77c1 (diff) | |
Mark PasswordSha1 as obsolete
Diffstat (limited to 'MediaBrowser.Controller/Session/AuthenticationRequest.cs')
| -rw-r--r-- | MediaBrowser.Controller/Session/AuthenticationRequest.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Session/AuthenticationRequest.cs b/MediaBrowser.Controller/Session/AuthenticationRequest.cs index cc321fd22..8c3ac58f2 100644 --- a/MediaBrowser.Controller/Session/AuthenticationRequest.cs +++ b/MediaBrowser.Controller/Session/AuthenticationRequest.cs @@ -12,6 +12,7 @@ namespace MediaBrowser.Controller.Session public string Password { get; set; } + [Obsolete("Send full password in Password field")] public string PasswordSha1 { get; set; } public string App { get; set; } |
