You are here

function backupIsDisabled in Google Authenticator / 2 Factor Authentication - 2FA 7

2 calls to backupIsDisabled()
getStepNumber in ./mo_auth_inline_registration.inc
handle2FAReset in ./mo_auth_inline_registration.inc

File

./mo_auth_inline_registration.inc, line 1370

Code

function backupIsDisabled() {
  return variable_get('mo_auth_remove_5th_step', 'Allowed') == 'Not_Allowed';
}