You are here

README.txt in Two-factor Authentication (TFA) 7

Same filename and directory in other branches
  1. 6 README.txt
  2. 7.2 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 user's phone number
 * Visit Administration > Configuration > People > Two-factor Authentication to choose the user field for use

Optionally you can allow certain user roles to skip the TFA process by giving the 'Skip TFA process' permission at Administration > People > Permissions.

Note, if no field is enabled or populated for a user the TFA process will not be started.

API:

Consult tfa.api.php for directions on extending TFA with different channels and storage.

File

README.txt
View source
  1. Two-factor Authentication for Drupal
  2. INSTALLATION:
  3. For default use of the TFA module using the SMS Framework follow these steps.
  4. * Install SMS Framework module and choose an available gateway
  5. * Install TFA module
  6. * Add a user field for storing a user's phone number
  7. * Visit Administration > Configuration > People > Two-factor Authentication to choose the user field for use
  8. Optionally you can allow certain user roles to skip the TFA process by giving the 'Skip TFA process' permission at Administration > People > Permissions.
  9. Note, if no field is enabled or populated for a user the TFA process will not be started.
  10. API:
  11. Consult tfa.api.php for directions on extending TFA with different channels and storage.