diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-21 19:53:33 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-21 19:53:33 -0400 |
commit | 71112eb81d28b7baee09bf7d73e80a81cb38c17a (patch) | |
tree | 7bab960f33a2ed54a3976b800417ad0fb3bc5b33 /app/Model | |
parent | e30bf47d94e84efe42c05148dddd6cec499d12ae (diff) |
Allow admins to disable the 2FA for a standard user
Diffstat (limited to 'app/Model')
-rw-r--r-- | app/Model/Acl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/Acl.php b/app/Model/Acl.php index d0e7352a..d7b96b06 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -74,6 +74,7 @@ class Acl extends Base 'project' => array('remove'), 'hourlyrate' => '*', 'currency' => '*', + 'twofactor' => array('disable'), ); /** |