email_tfa_get_address |
./tfa.api.php |
Address collector for Email TFA. |
|
1 |
email_tfa_mail |
./tfa.api.php |
Implements hook_mail(). |
|
|
email_tfa_send |
./tfa.api.php |
Send method for Email TFA. |
|
1 |
email_tfa_tfa_api |
./tfa.api.php |
Implements hook_tfa_api(). |
|
|
hook_tfa_api |
./tfa.api.php |
Define TFA communication channel and address storage. |
|
|
sms_tfa_api |
./tfa.module |
Implements hook_tfa_api() on behalf of the SMS module. |
|
|
tfa_accept_code |
./tfa.module |
Mark a code as accepted. |
1 |
|
tfa_admin_settings |
./tfa.pages.inc |
Admin settings form. |
|
1 |
tfa_code_form |
./tfa.pages.inc |
Form for code entry. |
|
1 |
tfa_code_form_submit |
./tfa.pages.inc |
Submit handler for TFA login form. |
|
|
tfa_code_form_validate |
./tfa.pages.inc |
Validate handler for TFA login form. |
|
|
tfa_cron |
./tfa.module |
Implements hook_cron(). |
|
|
tfa_delete_code |
./tfa.module |
Delete a code for a user. |
1 |
|
tfa_entry_access |
./tfa.module |
Validate access to TFA code entry form. |
|
1 |
tfa_generate_code |
./tfa.module |
Generate the code for TFA. |
2 |
|
tfa_get_code |
./tfa.module |
Retreive sent code for user or FALSE if no code was set. |
6 |
|
tfa_get_phone_number |
./tfa.module |
Address callback for SMS, uses tfa_phone_field variable. |
1 |
1 |
tfa_help |
./tfa.module |
Implements hook_help(). |
|
|
tfa_login_hash |
./tfa.module |
Generate a hash for this account for the TFA login form. |
2 |
|
tfa_menu |
./tfa.module |
Implements hook_menu(). |
|
|
tfa_permission |
./tfa.module |
Implements hook_permission(). |
|
|
tfa_ready |
./tfa.module |
Determine if TFA is properly configured and setup for an account. |
1 |
|
tfa_resend_code |
./tfa.pages.inc |
Resend code. |
|
1 |
tfa_schema |
./tfa.install |
Implements hook_schema(). |
|
|
tfa_send_code |
./tfa.module |
Send the code to the user. |
1 |
|
tfa_store_code |
./tfa.module |
Store the code for state control |
2 |
|
tfa_test_phone |
tests/tfa_test.module |
|
|
1 |
tfa_test_send |
tests/tfa_test.module |
|
|
1 |
tfa_test_tfa_api |
tests/tfa_test.module |
Implements hook_tfa_api(). |
|
|
tfa_tfa_process |
./tfa.module |
Send the code and redirect to entry form. |
2 |
|
tfa_uninstall |
./tfa.install |
Implements hook_uninstall(). |
|
|
tfa_user_login |
./tfa.module |
Implements hook_user_login(). |
|
|
_tfa_logout |
./tfa.module |
Logout user. Similar to user_logout() but doesn't redirect. |
1 |
|
_tfa_send_code |
./tfa.module |
Send the code using SMS Framework. |
|
2 |