User management fixed. Reports working now. Deployed
This commit is contained in:
@ -11,10 +11,10 @@ namespace Tanshu.Accounts.Entities.Auth
|
||||
public virtual string Name { get; set; }
|
||||
public virtual string Password { get; set; }
|
||||
public virtual bool LockedOut { get; set; }
|
||||
public virtual IList<Group> Groups { get; set; }
|
||||
public virtual IList<UserGroup> UserGroups { get; set; }
|
||||
public User()
|
||||
{
|
||||
Groups = new List<Group>();
|
||||
UserGroups = new List<UserGroup>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user