You are here

function tfa_test_tfa_flood_hit in Two-factor Authentication (TFA) 7.2

Implements hook_tfa_flood_hit().

File

tests/tfa_test.module, line 200
A mock module for testing TFA.

Code

function tfa_test_tfa_flood_hit($context) {
  variable_set('tfa_test_flood_hit', $context['uid']);
}