From 5abefb689bc17dc26e747164f9251926faade358 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 19 Sep 2017 11:46:25 -0400 Subject: Bug 1400419 - Direct GitHub-auth'd users that are required to use 2FA to issue a password reset --- template/en/default/account/prefs/mfa.html.tmpl | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'template/en/default/account') diff --git a/template/en/default/account/prefs/mfa.html.tmpl b/template/en/default/account/prefs/mfa.html.tmpl index 99a4b0f2a..482832f63 100644 --- a/template/en/default/account/prefs/mfa.html.tmpl +++ b/template/en/default/account/prefs/mfa.html.tmpl @@ -7,6 +7,13 @@ #%] [% SET MFA_HOWTO = "https://wiki.mozilla.org/BMO/UserGuide/Two-Factor_Authentication" %] +[% tab_footer = BLOCK %] +
+ + + +
+[% END %] [% IF NOT Bugzilla.feature('mfa') %] @@ -16,10 +23,19 @@ [% RETURN %] [% END %] [% IF user.cryptpassword == '*' %] - + + [% IF Bugzilla.request_cache.mfa_warning %] +

+ Your account requires Two-Factor authentication to be configured before you can use [% terms.Bugzilla %] +

+ [% END %] +

+ Before you can enable two-factor authentication you must set a password on your account. + To do this on your account please click on "Reset Password"; + this will email you instructions to start the password reset process. +

- Two-factor Authentication is not available on your account because you are - using an external authentication provider. + As part of this transition you will no longer be able to use GitHub to log in to [% terms.Bugzilla %].

[% RETURN %] [% END %] -- cgit v1.2.3-24-g4f1b