Adding 2 factor authentication
This commit is contained in:
parent
eb1ac3bc9b
commit
19f180331b
@ -97,5 +97,11 @@ namespace Oqtane.Models
|
||||
{
|
||||
get => "Users\\" + UserId.ToString() + "\\";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Indicates if the user requires 2 factor authentication to sign in
|
||||
/// </summary>
|
||||
[NotMapped]
|
||||
public bool TwoFactorEnabled { get; set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user