Two factor authentication module for Orchard Core CMS. With two factor authentication (also known as 2-Step Verification ) add an extra layer of security to your orchard core and protect user accounts in event when password is compromised. Supports - Google Authenticator App - Microsoft Authenticator App - Supports login with recovery codes
$ dotnet add package Surevelox.OrchardCore.TwoFactorAuthTwo factor authentication module for Orchard Core CMS. With two factor authentication (also known as 2-Step Verification ) add an extra layer of security to your orchard core and protect user accounts in event when password is compromised.
Supports
Supported ASP,NET Core Frameworks
If your Orchard Core deployment is running on Orchard Core CMS <= 1.2.2 then use version 1.2
Add Surevelox.OrchardCore.TwoFactorAuth to your Orchard Core CMS Web project
dotnet add package Surevelox.OrchardCore.TwoFactorAuth
Include in Setup Recipe to enable the feature by default.
"steps": [
{
"name": "feature",
"enable": [
"Surevelox.OrchardCore.TwoFactorAuth"
]
}
]
Or use Menu Admin - Configuration - Features in Admin UI and search for Two Factor Authentication and click Enable.

Read the documentation here
See the open issues for a list of proposed features and known issues.
Like the Two Factor Authentication module? Support us by sponsoring Surevelox @ Github.