mirror of
https://github.com/hmaxnl/DotBased.git
synced 2025-01-18 18:14:20 +01:00
[CHANGE] Extended base user model
This commit is contained in:
parent
2361e12847
commit
7ebe1e1752
|
@ -17,6 +17,9 @@ public abstract class AuthorityUserBase<TKey> where TKey : IEquatable<TKey>
|
||||||
public DateTime CreatedDate { get; set; }
|
public DateTime CreatedDate { get; set; }
|
||||||
|
|
||||||
public bool TwoFactorEnabled { get; set; }
|
public bool TwoFactorEnabled { get; set; }
|
||||||
|
|
||||||
|
public string ConcurrencyStamp { get; set; }
|
||||||
|
public string SecurityStamp { get; set; }
|
||||||
|
|
||||||
|
|
||||||
[Protect]
|
[Protect]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user