{% extends "introduction/base.html" %} {% block content %} {% block title %} Broken Authentication Lab {% endblock %}

Login as Admin

{% csrf_token %}


Login With OTP
{% if wrongpass %}

Wrong Password Try Using Login With OTP

{% endif %}

{% endblock %}