{% extends "base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% load custom_tags %} {% block title %}{% trans 'New' %} - {{ title }}{% endblock %} {% block extra_head %} {{ form.media }} {% endblock %} {% block content %}
{% blocktrans %}
The Password and Token field are stored as plain text inside the database.
This is necessary because they are needed to make API requests, but it also increases the risk of someone stealing it.
To limit the possible damage use read only tokens or accounts if available or create separate accounts with limited access (only to recipes).
{% endblocktrans %}