diff options
author | Tom Prince <tom.prince@twistedmatrix.com> | 2018-03-12 22:31:46 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-12 22:31:46 +0100 |
commit | 53040209e92b8745155fbdfacbcd61b8e7967627 (patch) | |
tree | 92c433dead561682ce2e8fc425daf9417ba66a97 /template/en/default/account | |
parent | 7cd5ab63ae59aae5c6d3c82ce4a7cbab9753efb3 (diff) | |
download | bugzilla-53040209e92b8745155fbdfacbcd61b8e7967627.tar.gz bugzilla-53040209e92b8745155fbdfacbcd61b8e7967627.tar.xz |
Bug 1427503 - Allow all users to use Duo as the MFA provider.
Diffstat (limited to 'template/en/default/account')
-rw-r--r-- | template/en/default/account/prefs/mfa.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
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 %] </p> - [% IF user.mfa && user.in_group("mozilla-employee-confidential") %] + [% IF user.mfa %] <p class="mfa-disable-blurb"> 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 <a href="https://freeotp.github.io/" target="_blank" rel="noopener noreferrer">Red Hat FreeOTP</a>), </blockquote> - [% IF Param("duo_host") && user.in_group("mozilla-employee-confidential") %] + [% IF Param("duo_host") %] <button type="button" id="mfa-select-duo">Duo Security</button><br> <blockquote> Requires a <a href="https://mana.mozilla.org/wiki/display/SD/DuoSecurity" target="_blank" rel="noopener noreferrer">Duo Security</a> @@ -245,7 +245,7 @@ </div> - [% IF Param("duo_host") && user.in_group("mozilla-employee-confidential") %] + [% IF Param("duo_host") %] [%# enable - duo %] <div id="mfa-enable-duo" style="display:none"> |