diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-09-17 12:45:23 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-09-17 12:45:23 -0400 |
| commit | bca1d65bdc026578e270b19b6129b79faeb53969 (patch) | |
| tree | 26254e3a40703e9fb3d02a4399844582c91ce61d /MediaBrowser.Controller/Entities/User.cs | |
| parent | 1f12ab66580a8cda5a4a5e1f44f469baeed07f16 (diff) | |
fixes #1074
Diffstat (limited to 'MediaBrowser.Controller/Entities/User.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/User.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/User.cs b/MediaBrowser.Controller/Entities/User.cs index 3c89037cc..cca3091c1 100644 --- a/MediaBrowser.Controller/Entities/User.cs +++ b/MediaBrowser.Controller/Entities/User.cs @@ -30,6 +30,7 @@ namespace MediaBrowser.Controller.Entities /// <value>The password.</value> public string Password { get; set; } public string EasyPassword { get; set; } + public string Salt { get; set; } public string ConnectUserName { get; set; } public string ConnectUserId { get; set; } |
