{% extends "introduction/base.html" %} {% load static %} {% block content %} {% block title %} Broken Access Control. {% endblock %}

Can you log in as an admin and get the secretkey?



{% if username %}

Logged in as user: {{username}}

{% endif %} {% if data %}

Your Secret Key is: {{data}}

{% endif %} {% if not_admin %}

{{not_admin}}

{% endif %} {% if status %}

Admin Status is: {{status}}

{% endif %} {% if no_creds %}

Please Provide Credentials

{% endif %}

{% endblock %}