function backupIsDisabled in Google Authenticator / 2 Factor Authentication - 2FA 7
2 calls to backupIsDisabled()
File
- ./
mo_auth_inline_registration.inc, line 1370
Code
function backupIsDisabled() {
return variable_get('mo_auth_remove_5th_step', 'Allowed') == 'Not_Allowed';
}