form->csrf() ?> form->checkbox('twofactor_activated', t('Enable/disable two factor authentication'), 1, isset($user['twofactor_activated']) && $user['twofactor_activated'] == 1) ?>

e($user['twofactor_secret']) ?> (base32)




e($key_url) ?>

form->csrf() ?> form->label(t('Code'), 'code') ?> form->text('code', array(), array(), array('placeholder="123456"'), 'form-numeric') ?>