{% extends "templates/web.html" %} {% block title %}{{ _("QR Code") }}{% endblock %} {% block page_content %}

{{ _("QR Code for Login Verification") }}

{{ _("Hi {0}").format(qr_code_user.first_name) }},

{{ _("Steps to verify your login") }}:

  1. {{ _("Open your authentication app on your mobile phone.") }}
  2. {{ _("Scan the QR Code and enter the resulting code displayed.") }}
  3. {{ _("Return to the Verification screen and enter the code displayed by your authentication app") }}


{{ _("Authentication Apps you can use are: ") }} FreeOTP, Google Authenticator, Lastpass Authenticator, Authy and Duo Mobile.

{% endblock %}