You are here

function tfa_perm in Two-factor Authentication (TFA) 6

Implements hook_perm().

File

./tfa.module, line 41
Two-factor authentication for Drupal.

Code

function tfa_perm() {
  return array(
    'skip tfa',
    'admin tfa settings',
  );
}