You are here

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

Same filename and directory in other branches
  1. 7.2 README.txt
  2. 7 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
 * Enable Profile module and add a profile field for storing a user's phone number
 * Visit Administration > Settings > TFA to choose the Profile field for use

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

Note, if no profile 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. * Enable Profile module and add a profile field for storing a user's phone number
  7. * Visit Administration > Settings > TFA to choose the Profile field for use
  8. Optionally you can allow certain user roles to skip the TFA process by giving the 'skip tfa' permission at Administration > User management > Permissions.
  9. Note, if no profile 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.