GoogleAuthenticator.php |
includes/googleauthenticator/GoogleAuthenticator.php |
|
|
README.txt |
README.txt |
|
## Basic plugins for TFA module
Intent is to provide basic functionality of TFA Drupal module and to be an
example of TFA plugin development.
Please use the public issue queue for all feature and support… |
tfa_basic.drush.inc |
tfa_basic.drush.inc |
|
Drush integration for TFA Basic. |
tfa_basic.info |
tfa_basic.info |
|
name = "TFA Basic Plugins"
description = "TFA plugins for Time-based One Time Passwords, Trusted Browsers, Recovery Codes, and Twilio SMS"
core = 7.x
dependencies[] = tfa
files[] = tests/tfa_basic.test
files[] =… |
tfa_basic.install |
tfa_basic.install |
|
|
tfa_basic.module |
tfa_basic.module |
|
|
tfa_basic.pages.inc |
tfa_basic.pages.inc |
|
|
tfa_basic.test |
tests/tfa_basic.test |
|
tfa_basic.test.
Drupal test cases for TFA basic plugins. |
tfa_help.inc |
includes/tfa_help.inc |
|
class for TFA Basic |
tfa_recovery.inc |
includes/tfa_recovery.inc |
|
class for TFA Basic |
tfa_sms.inc |
includes/tfa_sms.inc |
|
|
tfa_totp.inc |
includes/tfa_totp.inc |
|
classes for tfa_totp |
tfa_trusted_browser.inc |
includes/tfa_trusted_browser.inc |
|
classes for TFA basic plugin |