This commit is contained in:
@@ -59,6 +59,7 @@ namespace AyaNova.Models
|
||||
public DateTime? LastLogin { get; set; }
|
||||
public string Login { get; set; }
|
||||
public string Password { get; set; }
|
||||
public bool TwoFactorEnabled {get;set;}
|
||||
[Required]
|
||||
public AuthorizationRoles Roles { get; set; }
|
||||
[Required]
|
||||
@@ -95,6 +96,8 @@ namespace AyaNova.Models
|
||||
public string PasswordResetCode { get; set; }//---
|
||||
[JsonIgnore]
|
||||
public DateTime? PasswordResetCodeExpire { get; set; }//---
|
||||
[JsonIgnore]
|
||||
public string HotpSecret { get; set; }//---
|
||||
//==========================
|
||||
|
||||
//relations
|
||||
|
||||
Reference in New Issue
Block a user