{% extends "base.html" %} {% block content %}

artFi Security Check!

Setup or Authenticate 2-Factor Authentication

{{ form2.hidden_tag() }}
Instructions:
  • Download Google Authenticator on your mobile.
  • Create a new account with setup key method.
  • Provide the required details (name, secret key).
  • Select time-based authentication.
  • Submit the generated key in the form.
  • The Secret token has been sent to your registered email!
  • If you want to reset, press reset and check your email
{{ form2.send_key() }} {{ form2.reset_key() }}

{{ form.hidden_tag() }}
{{ form.otp(class="col-lg-6 col-md-6 col-6 ps-0 ps-md-6 mfa-input-box", placeholder="Enter the 6-digit code") }}
{{ form.submit(class="btn mfa-btn") }}
{% endblock %}