The module can be downloaded using the link provided below. Follow the instructions to install the module.
#using composer
-
For Windows:
composer require drupal/miniorange_2fa -
For Linux:
composer require 'drupal/miniorange_2fa' -
Go to Extend menu on your Drupal admin console and enable the module by checking the checkbox and click on Install button.
-
Configure the module at
{BaseURL}/admin/config/people/miniorange_2fa/customer_setup
#using drush
-
Download the module:
drush dl miniorange_2fa -
Install the module:
drush en miniorange_2fa -
Clear the cache:
drush cr -
Configure the module at
{BaseURL}/admin/config/people/miniorange_2fa/customer_setup
#manual installation
-
Navigate to Extend menu on your Drupal admin console and click on Install new module.
-
Install the Drupal Two Factor Authentication / Passwordless login module either by downloading the zip or from the URL of the package (tar/zip).
-
Click on Enable newly added modules.
-
Enable this module by checking the checkbox and click on Install button.
-
Configure the module at
{BaseURL}/admin/config/people/miniorange_2fa/customer_setup