More subscription license work allow logins addition
This commit is contained in:
@@ -17,6 +17,7 @@ namespace AyaNova.Models
|
||||
public long Id { get; set; }
|
||||
public uint Concurrency { get; set; }
|
||||
public bool Active { get; set; }
|
||||
public bool AllowLogin { get; set; }
|
||||
[Required, MaxLength(255)]
|
||||
public string Name { get; set; }
|
||||
public AuthorizationRoles Roles { get; set; }
|
||||
@@ -54,6 +55,7 @@ namespace AyaNova.Models
|
||||
|
||||
[Required]
|
||||
public bool Active { get; set; }
|
||||
public bool AllowLogin { get; set; }
|
||||
[Required, MaxLength(255)]
|
||||
public string Name { get; set; }
|
||||
public DateTime? LastLogin { get; set; }
|
||||
@@ -116,12 +118,12 @@ namespace AyaNova.Models
|
||||
[JsonIgnore]
|
||||
public Vendor Vendor { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
public User()
|
||||
{
|
||||
Tags = new List<string>();
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user