Added User authentication

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-06 14:38:29 -04:00
parent a529f07869
commit 3538789e46
13 changed files with 168 additions and 17 deletions

View File

@@ -3,6 +3,8 @@ namespace MediaBrowser.Model.Entities
{
public class User : BaseEntity
{
public string Password { get; set; }
public string MaxParentalRating { get; set; }
public int RecentItemDays { get; set; }