README.txt |
README.txt |
|
Two-factor Authentication for Drupal
INSTALLATION:
For default use of the TFA module using the SMS Framework follow these steps.
* Install SMS Framework module and choose an available gateway
* Install TFA module
* Add a user field for storing a… |
tfa.api.php |
tfa.api.php |
|
This file contains no working PHP code; it exists to provide additional
documentation for doxygen as well as to document hooks in the standard
Drupal manner. |
tfa.info |
tfa.info |
|
name = "Two-factor Authentication (TFA)"
description = Pluggable provider of second factor authentication
core = 7.x
files[] = tfa.install
files[] = tfa.module
files[] = tfa.pages.inc
files[] = tfa.test |
tfa.install |
tfa.install |
|
tfa.install |
tfa.module |
tfa.module |
|
Two-factor authentication for Drupal. |
tfa.pages.inc |
tfa.pages.inc |
|
tfa.pages.inc |
tfa.test |
tfa.test |
|
|
tfa_test.info |
tests/tfa_test.info |
|
name = TFA Test Channel
description = "Support module for testing TFA"
core = 7.x
hidden = TRUE |
tfa_test.module |
tests/tfa_test.module |
|
|