{% extends "master.html" %} {% block title %}Settings ยท Anitya{% endblock %} {% block body %}

User ID

Your user ID is {{ user.id }}

API Tokens

API keys are tokens used to authenticate you when using the REST API. These keys are like passwords; make sure to store them safely.

{% if user.api_tokens %} {% endif %}
{{ form.description.label }}: {{ form.description(size=30) }} {{ form.csrf_token }}
{% endblock %}