{% extends 'main/layout.html' %} {% block title %}Reset API key — Mataroa{% endblock %} {% block content %}

Reset API key

This will invalidate your current API key:

{{ request.user.api_key }}

and create a random new one in its place.

{% csrf_token %}
{% endblock %}