# Two Factor Authentication
Two Factor Authentication Module
# Install
To use Two Factor Authentication module, add package reference to Orchard Core host project.
# Nuget Package
Surevelox.OrchardCore.TwoFactorAuth (opens new window)
# Using .NET CLI
dotnet add package Surevelox.OrchardCore.Licensing --version 1.3.0
dotnet add package Surevelox.OrchardCore.TwoFactorAuth --version 1.3.0
1
2
2
# Using Package Reference in .csproj
<PackageReference Include="Surevelox.OrchardCore.Licensing" Version="1.3" />
<PackageReference Include="Surevelox.OrchardCore.TwoFactorAuth" Version="1.3" />
1
2
2
# Features
The Two Factor Authentication module has only one default feature.
- Two Factor Authentication
# Two Factor Authentication
The default feature of Two Factor Authentication module.
# Manifest
| Property | Value |
|---|---|
| Feature Name | Two Factor Authentication |
| Feature Id | Surevelox.OrchardCore.TwoFactorAuth |
| Category | Security |
| Is Always Enabled | No |
| Default Tenant Only | No |
# Dependencies
| Depends on Feature | Feature ID | nuget package |
|---|---|---|
| License Management | Surevelox.OrchardCore.Licensing | Surevelox.OrchardCore.Licensing (opens new window) |
| Users | OrchardCore.Users | OrchardCore.Users (opens new window) |
← Payment