{% 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 tokens or accounts with limited access can be used.
{% endblocktrans %}