From d69cebd8c703f0a1f6839944f1c949bce350b02e Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 13 Oct 2015 00:49:00 +0800 Subject: Bug 1199089 - add support for duo-security --- template/en/default/mfa/dummy/verify.html.tmpl | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 template/en/default/mfa/dummy/verify.html.tmpl (limited to 'template/en/default/mfa/dummy/verify.html.tmpl') diff --git a/template/en/default/mfa/dummy/verify.html.tmpl b/template/en/default/mfa/dummy/verify.html.tmpl new file mode 100644 index 000000000..9b9501e66 --- /dev/null +++ b/template/en/default/mfa/dummy/verify.html.tmpl @@ -0,0 +1,28 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +[% + INCLUDE global/header.html.tmpl + title = "Account Verification" +%] + +

Account Verification

+ +

+ [% reason FILTER html %] requires verification, and your configured + two-factor provider is no longer available. +

+ +
+ [% FOREACH field IN postback.fields.keys %] + + [% END %] + +
+ +[% INCLUDE global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b