function isFourthPageRequired in Google Authenticator / 2 Factor Authentication - 2FA 7
1 call to isFourthPageRequired()
File
- ./
mo_auth_inline_registration.inc, line 1416
Code
function isFourthPageRequired() {
$onlySelectedMethod = onlySelectedMethod();
return !($onlySelectedMethod == AuthenticationType::$EMAIL_VERIFICATION['code'] || $onlySelectedMethod == AuthenticationType::$EMAIL['code']);
}