{% if mfa_secret %}Setup two-step login{% elif mfa_secret and not v.email %}Email required for two-step login{% else %}Disable two-step login{% endif %}
{% if mfa_secret %}

Step 1: Scan this barcode (or enter the code) using a two-factor authentication app such as Google Authenticator or Authy.


							
Or enter this code: {{mfa_secret}}

Step 2: Enter the six-digit code generated in the authenticator app and your {{'SITE_NAME' | app_config}} account password.

{% else %}
To disable two-step login, please enter your {{'SITE_NAME' | app_config}} account password and the 6-digit code generated in your authentication app. If you no longer have your two-step device, click here.
{% endif %}