[%# Manage 2fa settings Authors: Mark Smith Copyright (c) 2020 by Dreamwidth Studios, LLC. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. For a copy of the license, please reference 'perldoc perlartistic' or 'perldoc perlgpl'. %] [%- sections.title = "Disable Two-Factor Authentication" -%] [%- CALL dw.active_resource_group( "foundation" ) -%]
[%- dw.form_auth -%] [%- form.hidden( name = "mode", value = "submit" ) -%]

If you need to turn off two-factor authentication for some reason, such as moving to a new device, please enter your password here.

Disabling two-factor authentication reduces your account security. We recommend you only do this if you absolutely must.

Enter your account password to confirm:
[% form.password(name='password') %]
[% form.submit(name='action:disable-confirm', value='Disable Two-Factor Authentication') %]