7 calls to TfaDataTrait::tfaGetTfaData() in Two-factor Authentication (TFA) 8
- BasicOverview::buildForm in src/
Form/ BasicOverview.php - Form constructor.
- BasicOverview::resetSkipValidationAttempts in src/
Form/ BasicOverview.php - Resets TFA attempts for the given user account.
- BasicSetup::buildForm in src/
Form/ BasicSetup.php - Form constructor.
- TfaContext::hasSkipped in src/
TfaContext.php - Increment the count of $this->getUser() logins without setting up TFA.
- TfaContext::isTfaRequired in src/
TfaContext.php - Check whether $this->getUser() is required to use TFA.
- TfaContext::remainingSkips in src/
TfaContext.php - Remaining number of allowed logins without setting up TFA.
- TfaDataTrait::tfaSaveTfaData in src/
TfaDataTrait.php - Save TFA data for an account.