You are here

function tfa_begin_form in Two-factor Authentication (TFA) 7.2

Start of TFA process form.

Parameters

object $account: User account object.

1 string reference to 'tfa_begin_form'
tfa_menu in ./tfa.module
Implements hook_menu().

File

./tfa.form.inc, line 14
Form-related functions.

Code

function tfa_begin_form($account) {
  return drupal_get_form('tfa_form', $account);
}