aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Report/New.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-10-31 15:38:50 +0000
committerMatthew Somerville <matthew@mysociety.org>2019-10-31 15:38:50 +0000
commitf93bc85184077506c555e444c55abbeb1976f03e (patch)
treebe532d1919f1d0044a15caef8ffce2a3475609db /perllib/FixMyStreet/App/Controller/Report/New.pm
parentc76880f3ce225df63cb8f712982177b8ca5b2d0e (diff)
parent3d593bc68d65015a50f8f4b1a6d9f818d8678226 (diff)
Merge branch '2fa-improvements'
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report/New.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Report/New.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/New.pm b/perllib/FixMyStreet/App/Controller/Report/New.pm
index 907834b3a..612c76c0c 100644
--- a/perllib/FixMyStreet/App/Controller/Report/New.pm
+++ b/perllib/FixMyStreet/App/Controller/Report/New.pm
@@ -1613,7 +1613,7 @@ sub redirect_or_confirm_creation : Private {
return 1;
}
- # Superusers using 2FA can not log in by code
+ # People using 2FA can not log in by code
$c->detach( '/page_error_403_access_denied', [] ) if $report->user->has_2fa;
# otherwise email or text a confirm token to them.