Installing miniOrange Drupal Two Factor Authentication Module

You can install the miniOrange Two-Factor Authentication (2FA / MFA) module using Composer, Drush, or manual installation.

1. Using Composer (Recommended)

Run the following command to download the module:

  • For Windows:

    composer require drupal/miniorange_2fa
  • For Linux / Mac:

    composer require 'drupal/miniorange_2fa'

Enable the Module

  • Navigate to Extend menu in the Drupal admin console.
  • Search for miniOrange Two-Factor Authentication (2FA / MFA).
  • Select the checkbox.
  • Click on Install.

2. Using Drush

  • Run the following commands:
    composer require drupal/miniorange_2fa
    drush en miniorange_2fa
    drush cr

    3. Configuration Path

    After installation, configure the module at:

    {BaseURL}/admin/config/people/miniorange_2fa/customer_setup