Merge pull request #2033 from sbwalker/dev
Adding 2 factor authentication
This commit is contained in:
commit
3333bfeeff
|
@ -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…
Reference in New Issue
Block a user