You are here

function hook_tfa_flood_hit in Two-factor Authentication (TFA) 7.2

Act during TFA flood hit.

This hook is invoked when one of the flood limits is hit.

Parameters

array $context: TFA process context.

1 function implements hook_tfa_flood_hit()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

tfa_test_tfa_flood_hit in tests/tfa_test.module
Implements hook_tfa_flood_hit().
2 invocations of hook_tfa_flood_hit()
tfa_form in ./tfa.form.inc
Main TFA process form builder.
tfa_form_validate in ./tfa.form.inc
TFA form validation handler.

File

./tfa.api.php, line 151
TFA API.

Code

function hook_tfa_flood_hit(array $context = array()) {
}