hook_tfa_api |
./tfa.api.php |
Define TFA plugins. |
|
|
hook_tfa_flood_hit |
./tfa.api.php |
Act during TFA flood hit. |
|
|
hook_tfa_ready_require |
./tfa.api.php |
Whether to halt login because TFA is not setup or ready for the account. |
|
|
my_tfa_setup_form |
./tfa.api.php |
Form builder for account configuration of TFA plugin. |
|
|
my_tfa_setup_form_submit |
./tfa.api.php |
Form submission handler. |
|
|
my_tfa_setup_form_validate |
./tfa.api.php |
Form validation handler. |
|
|
tfa_admin_settings |
./tfa.admin.inc |
Admin settings form. |
|
1 |
tfa_admin_settings_submit |
./tfa.admin.inc |
Admin form submission handler. |
|
|
tfa_begin_form |
./tfa.form.inc |
Start of TFA process form. |
|
1 |
tfa_clear_context |
./tfa.module |
Remove context for account. |
1 |
|
tfa_entry_access |
./tfa.module |
Validate access to TFA code entry form. |
|
1 |
tfa_form |
./tfa.form.inc |
Main TFA process form builder. |
|
1 |
tfa_form_alter |
./tfa.module |
Implements hook_form_alter(). |
|
|
tfa_form_submit |
./tfa.form.inc |
TFA form submission handler. |
|
2 |
tfa_form_validate |
./tfa.form.inc |
TFA form validation handler. |
|
|
tfa_get_context |
./tfa.module |
Context for account TFA process. |
3 |
|
tfa_get_plugin |
./tfa.module |
Get or create a TFA plugin object. |
1 |
|
tfa_get_process |
./tfa.module |
Get Tfa object in the account's current context. |
6 |
1 |
tfa_help |
./tfa.module |
Implements hook_help(). |
|
|
tfa_login |
./tfa.module |
Authenticate the user. |
1 |
|
tfa_login_allowed |
./tfa.module |
Check TFA plugins if login should be interrupted for authenticating account. |
2 |
|
tfa_login_form_redirect |
./tfa.module |
Login submit handler for TFA form redirection. |
|
1 |
tfa_login_hash |
./tfa.module |
Generate account hash to access the TFA form. |
4 |
|
tfa_login_submit |
./tfa.module |
Login submit handler to determine if TFA process is applicable. |
|
1 |
tfa_logout |
./tfa.module |
Unauthenticate the user. Similar to user_logout() but doesn't redirect. |
1 |
|
tfa_menu |
./tfa.module |
Implements hook_menu(). |
|
|
tfa_permission |
./tfa.module |
Implements hook_permission(). |
|
|
tfa_requirements |
./tfa.install |
Implements hook_requirements(). |
|
|
tfa_set_context |
./tfa.module |
Set context for account's TFA process. |
4 |
|
tfa_start_context |
./tfa.module |
Start context for TFA. |
3 |
|
tfa_test_fallback |
tests/tfa_test.module |
Create test fallback object. |
|
2 |
tfa_test_form_login_submit |
tests/tfa_test.module |
Form submission handler. |
|
1 |
tfa_test_form_user_login_alter |
tests/tfa_test.module |
Implements hook_form_form_id_alter(). |
|
|
tfa_test_login_create |
tests/tfa_test.module |
Create test login object. |
|
|
tfa_test_menu |
tests/tfa_test.module |
Implements hook_menu(). |
|
|
tfa_test_send_create |
tests/tfa_test.module |
Create test send object. |
|
|
tfa_test_setup_form |
tests/tfa_test.module |
The multi-step form builder for TfaSetup(). |
|
1 |
tfa_test_setup_form_submit |
tests/tfa_test.module |
Form submit handler. |
|
|
tfa_test_setup_form_validate |
tests/tfa_test.module |
Form validator. |
|
|
tfa_test_tfa_api |
tests/tfa_test.module |
Implements hook_tfa_api(). |
|
|
tfa_test_tfa_context_alter |
tests/tfa_test.module |
Implements hook_tfa_context_alter(). |
|
|
tfa_test_tfa_flood_hit |
tests/tfa_test.module |
Implements hook_tfa_flood_hit(). |
|
|
tfa_test_totp_create |
tests/tfa_test.module |
Create test TOTP object. |
|
|
tfa_uninstall |
./tfa.install |
Implements hook_uninstall(). |
|
|
tfa_user_login |
./tfa.module |
Implements hook_user_login(). |
|
|
_tfa_class_types |
./tfa.admin.inc |
Get human-readable types. |
1 |
|
_tfa_form_get_destination |
./tfa.form.inc |
Get destination and options for $form_state['redirect']. |
1 |
|
_tfa_hit_flood |
./tfa.form.inc |
Check if flood has been hit. |
2 |
|