[%# 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 = "Manage Two-Factor Authentication" -%] [%- CALL dw.active_resource_group( "foundation" ) -%]
[%- dw.form_auth -%] [%- form.hidden( name = "mode", value = "submit" ) -%] [% IF just_disabled %]
Two-factor authentication has been disabled.

We hope you know what you're doing! If you want to turn it back on, please follow the instructions below.

[% END %]

Your account currently does not two-factor authentication enabled.

If you would like to enable this feature (as an added level of account security), please follow the instructions below.

Important note: Once you've enabled two-factor authentication your account is much more secure, but if you lose/wipe the device that you are using for authentication, you may lose your account.

[% form.submit(name='action:setup', value='Begin Two-Factor Authentication Setup') %]