From: Tom Prince
Date: Mon, 12 Mar 2018 21:31:46 +0000 (-0600)
Subject: Bug 1427503 - Allow all users to use Duo as the MFA provider.
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53040209e92b8745155fbdfacbcd61b8e7967627;p=thirdparty%2Fbugzilla.git
Bug 1427503 - Allow all users to use Duo as the MFA provider.
---
diff --git a/template/en/default/account/prefs/mfa.html.tmpl b/template/en/default/account/prefs/mfa.html.tmpl
index f75320892..973d38432 100644
--- a/template/en/default/account/prefs/mfa.html.tmpl
+++ b/template/en/default/account/prefs/mfa.html.tmpl
@@ -91,7 +91,7 @@
[% END %]
- [% IF user.mfa && user.in_group("mozilla-employee-confidential") %]
+ [% IF user.mfa %]
You will need to disable your two-factor authentication in order to change to a different method.
There will be a small amount of time when your account will not be as secure, so you may use the
@@ -178,7 +178,7 @@
or Red Hat FreeOTP),
- [% IF Param("duo_host") && user.in_group("mozilla-employee-confidential") %]
+ [% IF Param("duo_host") %]
Requires a Duo Security
@@ -245,7 +245,7 @@
- [% IF Param("duo_host") && user.in_group("mozilla-employee-confidential") %]
+ [% IF Param("duo_host") %]
[%# enable - duo %]