[% SET CPANEL.CPVAR.dprefix = "../../"; USE ExpVar; SET is_secpolicy_enabled = ExpVar.expand('$is_twofactorauth_sec_policy_enabled'); SET has_feature = CPANEL.feature('twofactorauth'); SET api_call_result = {}; SET return_link = "index.html"; IF CPANEL.FORM.defined('do_the_removal'); SET api_call_result = execute("TwoFactorAuth", "remove_user_configuration", {}); END; %] [% WRAPPER '_assets/master.html.tt' app_key = 'two_factor_authentication' include_legacy_stylesheets = 0 page_stylesheets = ['security/2fa/index.min.css'] %]
[% locale.maketext('Are you sure you want to remove two-factor authentication from your account?') %]
[% END %] [% INCLUDE _assets/return_link.html.tt return_location=return_link return_link_text=locale.maketext('Go Back') %] [% ELSE %]