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_denied |
./tfa.pages.inc |
Helper function for when TFA not setup and TFA is required to log in. |
|
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. |
5 |
|
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_install |
./tfa.install |
Implementation of hook_install(). |
|
|
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_perm |
./tfa.module |
Implements hook_perm(). |
|
|
tfa_ready |
./tfa.module |
Determine if TFA is properly configured and setup for an account. |
2 |
|
tfa_schema |
./tfa.install |
Implementation of 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_tfa_process |
./tfa.module |
Send the code and redirect to entry form. |
2 |
|
tfa_uninstall |
./tfa.install |
Implementation of hook_uninstall(). |
|
|
tfa_user |
./tfa.module |
Implements hook_user(). |
|
|
_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 |