README.txt |
README.txt |
|
## Two-factor Authentication (TFA) module for Drupal
TFA is a base module for providing two-factor authentication for your Drupal
site. As a base module, TFA handles all of the Drupal integration work,
providing flexible and well tested interfaces to… |
tfa.admin.inc |
tfa.admin.inc |
|
TFA Administration and settings functions. |
tfa.api.php |
tfa.api.php |
|
TFA API. |
tfa.form.inc |
tfa.form.inc |
|
Form-related functions. |
tfa.inc |
tfa.inc |
|
TFA module classes. |
tfa.info |
tfa.info |
|
name = "Two-factor Authentication (TFA)"
description = Pluggable provider of second factor authentication for Drupal
core = 7.x
configure = admin/config/people/tfa
files[] = tfa.inc
files[] = tests/tfa.test |
tfa.install |
tfa.install |
|
Install and update hooks. |
tfa.module |
tfa.module |
|
Two-factor authentication for Drupal. |
tfa.test |
tests/tfa.test |
|
Drupal test cases for TFA. |
tfa_test.fallback.inc |
tests/includes/tfa_test.fallback.inc |
|
Tests for the TfaValidationPluginInterface. |
tfa_test.info |
tests/tfa_test.info |
|
name = TFA Test Channel
description = "Support module for testing TFA"
core = 7.x
hidden = TRUE
files[] = includes/tfa_test.fallback.inc
files[] = includes/tfa_test.login.inc
files[] = includes/tfa_test.send.inc
files[] =… |
tfa_test.login.inc |
tests/includes/tfa_test.login.inc |
|
Tests for the TfaLoginPluginInterface. |
tfa_test.module |
tests/tfa_test.module |
|
A mock module for testing TFA. |
tfa_test.send.inc |
tests/includes/tfa_test.send.inc |
|
Tests for the TfaSendPluginInterface. |
tfa_test.totp.inc |
tests/includes/tfa_test.totp.inc |
|
Tests for the TfaValidationPluginInterface. |