You are here

public function TfaLoginPluginInterface::loginAllowed in Two-factor Authentication (TFA) 7.2

Whether authentication should be interrupted.

Return value

bool Indicates whether authentication should be interrupted.

1 method overrides TfaLoginPluginInterface::loginAllowed()
TfaTestLogin::loginAllowed in tests/includes/tfa_test.login.inc
Whether authentication should be interrupted.

File

./tfa.inc, line 810
TFA module classes.

Class

TfaLoginPluginInterface
Interface TfaLoginPluginInterface.

Code

public function loginAllowed();