{% assets "css_login" -%} {%- endassets %} {% if SETTING.get('custom_css') %} {% endif %}
{% if error %}
{{ error }}
{% endif %} Welcome, {{user.firstname}}!
You will need a Token on login.
Your QR code is:
{% if qrcode_image == None %}

{% else %}

{% endif %}

Your secret key is:


Copied.

You can use Google Authenticator (Android - iOS)
or FreeOTP (Android - iOS) on your smartphone
to scan the QR code or type the secret key.

Make sure only you can see this QR Code
and secret key, and nobody can capture them.

Please input your OTP token to continue, to ensure the seed has been scanned correctly.
{% assets "js_login" -%} {%- endassets %} {% assets "js_validation" -%} {%- endassets %}