diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-10-24 14:05:51 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-10-30 15:16:02 +0000 |
commit | a381545ef94fd8a777634865c10ad57143f00e13 (patch) | |
tree | 777f13878c014ff811c031ca98a704670895793d /t/app/controller/admin | |
parent | 5a3e4c05be9e8eb931fccbcf6499abcc1da8d903 (diff) |
[UK] Mandate 2FA on superusers.
Diffstat (limited to 't/app/controller/admin')
-rw-r--r-- | t/app/controller/admin/reportextrafields.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/app/controller/admin/reportextrafields.t b/t/app/controller/admin/reportextrafields.t index 1714e8521..1aa4c6a42 100644 --- a/t/app/controller/admin/reportextrafields.t +++ b/t/app/controller/admin/reportextrafields.t @@ -9,6 +9,8 @@ sub allow_report_extra_fields { 1 } sub area_types { [ 'UTA' ] } +sub must_have_2fa { 0 } + package FixMyStreet::Cobrand::SecondTester; |