[%# 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. #%] [% js = BLOCK %] $(function() { $('#return') .click(function(event) { event.preventDefault(); window.history.back(); }); }); [% END %] [% css = BLOCK %] #duo_container { background: #fff; padding: 10px; margin-bottom: 1em; } [% END %] [% INCLUDE global/header.html.tmpl title = "Duo Security Not Available" style = css javascript = js %]

You have not enrolled in Duo Security

The email address [% email FILTER html %] is not enrolled in Duo Security on login.mozilla.com.

Please ensure you are using your Mozilla LDAP username, and that you have completed the Duo Security enrollment process.

Duo Security MFA may not yet be available for your Mozilla account.
Contact End User Services / ServiceDesk for more information.

[% INCLUDE global/footer.html.tmpl %]