You are here

function email_tfa_get_address in Two-factor Authentication (TFA) 7

Address collector for Email TFA.

1 string reference to 'email_tfa_get_address'
email_tfa_tfa_api in ./tfa.api.php
Implements hook_tfa_api().

File

./tfa.api.php, line 66
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.

Code

function email_tfa_get_address($account) {
  return $account->mail;
}