https://github.com/livehelperchat/2fa
Two Factor Authentication
https://github.com/livehelperchat/2fa
Last synced: 11 months ago
JSON representation
Two Factor Authentication
- Host: GitHub
- URL: https://github.com/livehelperchat/2fa
- Owner: LiveHelperChat
- Created: 2018-12-07T09:17:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-28T12:42:05.000Z (about 1 year ago)
- Last Synced: 2025-06-19T18:16:14.094Z (12 months ago)
- Language: PHP
- Size: 104 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
* Clone repository to `lhc_web/extension` folder. It should be like `lhc_web/extension/2fa`
* Install database either by executing `2fa/doc/install.sql` file or executing this command php `php cron.php -s site_admin -e 2fa -c cron/update_structure`
* Activate extension in `lhc_web/settings/settings.ini.php` extension section `2fa` by Adding lines:
```
'extensions' => array ( '2fa' ),
```
* Install composer dependencies `cd extension/2fa && composer.phar update`
* Navigate to Modules > 2FA and activate for you account.