- Clone repository to
lhc_web/extensionfolder. It should be likelhc_web/extension/2fa - Install database either by executing
2fa/doc/install.sqlfile or executing this command phpphp cron.php -s site_admin -e 2fa -c cron/update_structure - Activate extension in
lhc_web/settings/settings.ini.phpextension section2faby Adding lines:
'extensions' => array ( '2fa' ),
- Install composer dependencies
cd extension/2fa && composer.phar update - Navigate to Modules > 2FA and activate for you account.