[CHANGE] Extended base user model
This commit is contained in:
parent
2361e12847
commit
7ebe1e1752
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ public abstract class AuthorityUserBase<TKey> where TKey : IEquatable<TKey>
|
|||
public DateTime CreatedDate { get; set; }
|
||||
|
||||
public bool TwoFactorEnabled { get; set; }
|
||||
|
||||
public string ConcurrencyStamp { get; set; }
|
||||
public string SecurityStamp { get; set; }
|
||||
|
||||
|
||||
[Protect]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue