How to Configure Two-Factor Authentication on Role Level

Two-factor authentication (2FA) is a crucial security measure that protects accounts from malicious login attempts. This article explains how to configure two-factor authentication on role level.

Configuring 2FA on Role Level #

To configure the 2FA on the role level:

  1. From the Users panel in the main menu navigate to Roles and permissions.
  2. Enter the desired role configuration by clicking the Edit icon.
  3. Enable the Two-factor authentication required on login option.

Once the feature is enabled, all users with the role affected by enabling said feature will be required to use 2FA during login or registration.

Two Methods for Configuring the 2FA #

  1. Upon scanning the QR code, users will receive a verification code through the authentication app. Enter the code into the designated field to complete the setup process.
  2. During the manual configuration process, users input the provided secret key into the authentication app. Subsequently, users will receive a verification code to enter into the designated field, completing the setup process.

 

Powered by BetterDocs

function year_shortcode() { $year = date('Y'); return $year; } add_shortcode('year', 'year_shortcode');