{% load i18n %}
{% 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 %}